rpm-ostree/fedostree/web/index.html
Colin Walters fd3cc772cd fedostree/web: New basic web page
Remove its README.md.
2014-01-12 16:26:01 -05:00

20 lines
550 B
HTML

<!doctype html>
<html ng-app="rpm-ostree">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="app.css" rel="stylesheet">
<script src="angular.js"></script>
<script src="angular-route.js"></script>
<script src="app.js"></script>
<script src="controllers.js"></script>
</head>
<body>
<div ng-view class="content"></div>
<footer>
This site is maintained in the <a href="https://github.com/cgwalters/rpm-ostree">rpm-ostree</a> git module.
</footer>
</body>
</html>