notdonemywebsite/template/original.html

45 lines
997 B
HTML
Raw Permalink Normal View History

2018-03-05 01:07:17 +00:00
<!DOCTYPE html>
<!-- Very simple webpage that scales decently -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>rep_SNAME</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body{
font-family: sans-serif;
position: fixed;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #E9E9E9;
}
.header{
font-weight: 700;
padding: 10px;
text-align: center;
box-shadow:2px 2px 5px #888;
}
.content{
font-weight: 400;
padding: 6%;
text-align: center;
box-shadow:2px 2px 5px #888;
}
</style>
</head>
<body>
<div class="header">
<h1 id="sitename">rep_SNAME</h1>
</div>
<br />
<div class="content" id="content">
2018-10-09 11:14:41 +01:00
<p><span id="url">rep_SURL</span> is being worked on by <span id="devname">rep_DEVNAME!</span></p> <!-- See README for keywords -->
2018-03-05 01:07:17 +00:00
</div>
</body>
</html>