-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (57 loc) · 2.65 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
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en-US" class=" no-touch js_active vc_desktop vc_transform vc_transform ">
<head>
<script src="script.js" defer></script>
<meta charset="UTF-8">
<title>Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css">-->
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.css">-->
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">-->
<!--<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">-->
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">-->
<!--<link rel="stylesheet" href='//cdn.jsdelivr.net/npm/[email protected]/css/devicons.min.css'>-->
<meta http-equiv="refresh" content="1">
<link rel="stylesheet" href="style.css">
<style>
/* ------------------------------------------- CSS - START ------------------------------------------- */
/* ------------------------------------------- CSS - END ------------------------------------------- */
</style>
</head>
<body>
<header>
<!-- - - - - - - - - - - - - - - - - - - - - - - HTML - START - - - - - - - - - - - - - - - - - - - - - - -->
<div id="keywords">
<h1>🗃️ Repo</h1>
<p>📱 Tel: +351 933 294 116</p>
<br>
<h2>Location🗺️</h2>
<div class="joined">
<h2>.</h2>
<h3>This Repo contains <b>Useful Files</b> and <b>Resources</b>.</h3>
<h3>🔗 And links you to <b>Usable Sources 🕵️♂️</b></h3>
</div>
<br>
<p>🗃️ Content 1</p>
<p>🗃️ Content 2</p>
<p>🗃️ Content 3</p>
<p>🗃️ Content 4, Content 5, Content 6</p>
</div>
<div id="banner">
<p>
<img src="images/repo.png" alt="repo">
</p>
</div>
<!-- - - - - - - - - - - - - - - - - - - - - - - HTML - END - - - - - - - - - - - - - - - - - - - - - - -->
<script>
/* ------------------------------------------- JS - START ------------------------------------------- */
/* ------------------------------------------- JS - END ------------------------------------------- */
</script>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>