-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (27 loc) · 916 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
25
26
27
28
29
30
31
32
33
34
35
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1. soru</title>
<link rel="stylesheet" href="Content/Styles/Base.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css"
integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
</head>
<body>
<section class="section-01">
<div class="conteiner" id="conteiner">
<ul class="map-conteiner" id="map-conteiner">
<li id="shire">Shire</li>
<li id="gondor">Gondor</li>
<li id="rohan">Rohan</li>
<li id="mordor">Mordor</li>
<li id="isengard">Isengard</li>
<li id="rivendell">Rivendell</li>
</ul>
</div>
</section>
<script src="Content/Js/index.js">
</script>
</body>
</html>