-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (41 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> CSI PROJECT
</title>
</head>
<body>
<link rel="stylesheet" href="design.css">
<nav>
<div id="logo">LOGO</div>
<a href="#" title="Home">
<span class="fa fa-home"></span>
<span class="label">Home</span>
</a>
<a href="#" title="About" class="active">
<span class="fa fa-user"></span>
<span class="label">About</span>
</a>
<a href="#" title="Blog">
<span class="fa fa-pencil"></span>
<span class="label">Blog</span>
</a>
<a href="#" title="Contact">
<span class="fa fa-envelope"></span>
<span class="label">Contact</span>
</a>
</nav>
<h1>About</h1>
<link rel="stylesheet" href="design.css">
<form action="upload.php" method="POST">
<input type="file" multiple>
<p>Drag your files here or click in this area.</p>
<button type="submit">Upload</button>
</form>
</div>
<script src="interaction.js"></script>
</body>
</html>
<body>
</body>