forked from scm-ninja/starter-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple.html
More file actions
37 lines (36 loc) · 684 Bytes
/
simple.html
File metadata and controls
37 lines (36 loc) · 684 Bytes
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>
<!--
Copyright 2021 Jeff Fayne Git Training
-->
<head>
<<<<<<< HEAD
<title>An Very Respectful website</title>
=======
<title>An Greate website</title>
>>>>>>> realwork
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
</head>
<body>
<main class="container">
<!-- Content Goes Here -->
<p>
<<<<<<< HEAD
I'm not sure what will go here, but I'm sure
it will be nice
=======
I am so interesting
>>>>>>> realwork
</p>
</main>
<footer class="container">
<p>© Company 2021</p>
</footer>
</body>
</html>