23 lines
864 B
HTML
23 lines
864 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Foxnet</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>
|
|
<svg id="hexagon">
|
|
<polygon class="hex" points="300,150 225,280 75,280 0,150 75,20 225,20"></polygon>
|
|
<text x="50%" y="75%"df text-anchor="middle" font-family="Josefin Sans" font-size="35" font-weight="100">Homepage</text>
|
|
</svg>
|
|
|
|
</body> -->
|
|
<body>
|
|
<canvas id="glCanvas" width="100%" height="100%">
|
|
</canvas>
|
|
</body>
|
|
<script src="./index.js"></script>
|
|
</html> |