-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 859 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<nav>
<a href="/index.html">home</a>
<a href="/archive.html">things i've done</a>
<a href="/about.html">about me</a>
<a href="/contact.html">contact</a>
</nav>
<link href="/style1.css" rel="stylesheet" type="text/css" media="all">
<title>rozina aamir</title>
</head>
<body>
<h1>welcome!</h1>
<br>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="/G4P5js/public_html/G4P5js.js"></script>
<script src="spiral.js"></script>
</body>
</html>