Username-ejg-not-available_.../index.html

17 lines
409 B
HTML
Raw Permalink Normal View History

2020-09-23 22:54:42 +00:00
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<title>Snake</title>
<link rel="stylesheet" href="./src/style/css.css" />
</head>
<body>
<div id="vuewrapper">
<top-comp></top-comp>
</div>
<script src='./lib/vue.js'></script>
<script src='./lib/vuetranslit.js' type='module'></script>
<script src='./src/main.js' type='module'></script>
</body>
</html>