-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (49 loc) · 1.44 KB
/
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
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
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Custom Hujan -->
<link
rel="stylesheet"
href="assets/custom.css"
/>
<!-- font awesome 4.7 -->
<link
rel="stylesheet"
href="assets/font-awesome-4.7.0/css/font-awesome.min.css"
/>
<!-- Styling -->
<link rel="stylesheet" href="assets/index.css?rnd=123" />
<title>Megono-Dev</title>
<link
rel="icon"
href="https://img.icons8.com/material-two-tone/90/000000/blockly-green.png"
type="image/icon type"
/>
</head>
<body>
<canvas id="canvas">Canvas is not supported in your browser</canvas>
<a href="profile.html">
<img src="assets/img/logo.png" alt="" />
</a>
<footer>
© 2020 | made with
<i class="fa fa-heart text-danger" aria-hidden="true"></i>
<a href="https://github.com/egin10/simple-profile">Megono-Dev</a>.
</footer>
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<!-- <script src="assets/particles.js"></script> -->
<script src="assets/custom.js"></script>
</body>
</html>