15 lines
552 B
HTML
15 lines
552 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Gyrio</title>
|
|
<link rel="icon" href="../assets/favicon.ico">
|
|
<link rel="stylesheet" href="./index.css">
|
|
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
</head>
|
|
<body>
|
|
<canvas id="canvas"></canvas>
|
|
</body>
|
|
<script src="./index.js"></script>
|
|
</html> |