-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="shortcut icon"
href="https://img.icons8.com/office/16/000000/resize-four-directions.png"
type="image/x-icon"
/>
<title>HTML5 Drag And Drop</title>
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<header>
<div class="project-title">
<h3>HTML5 Drag and Drop</h3>
<div class="github-link">
<a href=""
><img
src="https://github.githubassets.com/images/modules/logos_page/Octocat.png"
alt="github"
/></a>
</div>
</div>
</header>
<section class="main-wrapper">
<div class="navigation">
<a href="dist/dragmeanywhere/">Drag Me Anywhere</a>
<a href="dist/draglists/">Drag And Drop List</a>
<a href="dist/dragandcopy/">Drag And Copy</a>
</div>
</section>
</body>
</html>