-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (45 loc) · 1.95 KB
/
index.html
File metadata and controls
56 lines (45 loc) · 1.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CODE - HTML, CSS, JavaScript, PHP</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<nav class="nav nav-masthead">
</nav>
</div>
</header>
<main role="main" class="inner cover">
<div class="lead">
<h1 class="cover-heading">CODE</h1>
<b><a class="nav-link" href="/web" class="btn btn-lg btn-secondary">>WEB<</a></b>
<p>(HTML, CSS, JavaScript)</p>
<b><a class="nav-link" href="/server" class="btn btn-lg btn-secondary">>SERVER<</a></b>
<p>(PHP, AJAX)</p>
</div>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>HTML, CSS, JavaScript, PHP</p>
<a class="nav-link active" href="https://edbit.dk">Hjem</a>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="jquery-3.2.1.slim.min.js.download" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="popper.min.js.download"></script>
<script src="bootstrap.min.js.download"></script>
</body></html>