initial comit
This commit is contained in:
commit
3294d11a12
11
gyrio/index.css
Normal file
11
gyrio/index.css
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@import url('https://fonts.googleapis.com/css?family=Raleway');
|
||||||
|
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-family: 'Raleway';
|
||||||
|
/*background-color: #15171B;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
15
gyrio/index.html
Normal file
15
gyrio/index.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<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>
|
||||||
0
gyrio/index.js
Normal file
0
gyrio/index.js
Normal file
Loading…
x
Reference in New Issue
Block a user