gengitkan/client/src/index.html

14 lines
447 B
HTML
Raw Normal View History

2019-11-28 11:50:51 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2019-12-05 16:15:33 +01:00
<title>GenGitKan</title>
2019-11-28 11:50:51 +01:00
<link rel="stylesheet" href="css/main.css">
2019-12-05 16:23:20 +01:00
<link rel="icon" type="image/png" href="resources/favicon.png">
2019-11-28 11:50:51 +01:00
</head>
<body>
2019-11-28 14:12:48 +01:00
<div id="app" class="is-fullheight"></div>
2019-11-28 11:50:51 +01:00
<script type="text/javascript" src="main.js"></script>
</body>
</html>