36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<html>
|
|
<<<<<<< HEAD
|
|
<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>
|
|
<canvas id="canvas"></canvas>
|
|
</body>
|
|
<script src="./index.js"></script>
|
|
</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>
|
|
<canvas id="glCanvas"></canvas>
|
|
</body>
|
|
<script src="./index.js"></script>
|
|
|
|
</html>
|
|
>>>>>>> 3bcdb922df05952a164b59bdb8ad9d2aa2785b4d
|