-
Notifications
You must be signed in to change notification settings - Fork 330
/
Copy pathandrew.html
52 lines (45 loc) · 1.5 KB
/
andrew.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="style/style.css" type="text/css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew H.</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<style type="text/css">
.main {
padding-top: 5%;
margin: auto;
max-width: 800px;
text-align: justify;
}
.center {
text-align: center;
}
li {
list-style-type: none;
}
a {
color: inherit;
text-decoration: none;
}
</style>
</head>
<body>
<!-- Main container -->
<div class="main container">
<h1 class="center">My page</h1>
<hr>
<br />
<p>Hi there, I'm Andrew. This page is very basic and makes use of the Bootstrap 4 CSS framework. Not much else
to see.</p>
<br />
<h4 style="text-align: center">Links:</h4>
<p style="text-align: center">What is PHP? <a href="php/README.md">Markdown</a> or <a href="php/README.html">HTML</a></p>
</a>
<br />
</div>
<br /><br /><center><a id="back_to_home" href="home.html">Go back to home</a></center>
</body>
</html>