-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
53 lines (31 loc) · 1.11 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html xmlns="http://www.w3.org/1999/xhtml">
<meta charset="UTF-8">
<head>
<!--Reference to index.css-->
<link rel="stylesheet" type="text/css" href="index.css">
<!--Reference to three.js-->
<!--jQuery declaration-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<head>
<!--Website metadata -->
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="Ryan Fabek" content="Electrical Engineering student at the University of Ottawa, 2021">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto|Tomorrow&display=swap" rel="stylesheet">
<title>Ryan Fabek</title>
<script src="Support\three.js"></script>
<script src="Support\pixi.js"></script>
<script src="C:\Users\ryanf\Desktop\Personal-Website\index.js"></script>
</head>
<body>
<header>
<h1>Test</h1>
</header>
<section>
<h2>Test</h2>
</section>
<footer>
</footer>
</body>