hopglass/html/index.html

19 lines
549 B
HTML
Raw Normal View History

2015-03-29 14:43:02 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="roboto-slab-fontface.css">
2015-04-04 18:01:57 +02:00
<link rel="stylesheet" href="roboto-fontface.css">
2015-03-29 14:43:02 +02:00
<link rel="stylesheet" href="style.css">
<script src="vendor/es6-shim/es6-shim.min.js"></script>
<script src="app.js"></script>
<script>
console.log("Version: #revision#")
</script>
2015-03-29 14:43:02 +02:00
</head>
<body>
</body>
</html>