-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrainmugshots-templatefile.html
More file actions
61 lines (51 loc) · 1.52 KB
/
trainmugshots-templatefile.html
File metadata and controls
61 lines (51 loc) · 1.52 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
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Country, Train Mug Shots by JRopeways</title>
<link href="./trainmugshots_files/css2" rel="stylesheet">
<link rel="icon" type="image/png" href="https://jropeways.github.io/favicon-tms.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body
{
background-color: #0071B7;
font-family: 'Alan Sans', sans-serif;
text-align: center;
}
.content
{
background-color: Cornsilk;
border-radius: 25px;
padding: 20px;
margin: 20px;
}
img
{
max-width: 67%;
height: auto;
border-radius: 25px;
opacity: 1;
}
h1
{
text-align: center;
}
h2
{
text-align: center;
}
</style>
</head>
<body>
<div class="content">
<b><h1 style="border:2px solid FireBrick; border-radius:25px;">Country</h1></b>
<h2>Train Mug Shots by JRopeways</h2>
<h3>Image title</h3>
<p>image</p>
<br>
<a href="https://jropeways.github.io/trainmugshots"><button type="button">Back to TrainMugShots Home</button></a> <a href="https://jropeways.github.io/"><button type="button">Back to JRopeways Home</button></a>
<h6>It would be much appreciated if you don't steal my photos</h6>
</div>
</body>
</html>