visual-identity/app/index.html

12 lines
230 B
HTML
Raw Normal View History

2018-05-13 04:31:01 +00:00
<html>
<head>
2018-07-31 21:02:04 +00:00
<title>Visual Identity</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-05-13 04:31:01 +00:00
</head>
<body>
<div id="app">
</div>
<script src="js/dapp.js"></script>
2018-05-13 04:31:01 +00:00
</body>
</html>