notdonemywebsite/template/fork.html

57 lines
1.1 KiB
HTML
Raw 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 - Under Construction</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body{
font-family: sans-serif;
padding: 0;
margin: 0;
background-color: #a09f9f;
2018-03-05 01:07:17 +00:00
}
.container {
width: 40%;
margin: auto;
2018-03-05 01:07:17 +00:00
}
header {
margin-top: -20px;
padding: 10px 0;
}
.content{
width: 40%;
position: fixed;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 400;
text-align: center;
box-shadow:2px 2px 5px #888;
hover{
boeder : 6px 6px 6px 6px;
}
2018-03-05 01:07:17 +00:00
}
</style>
</head>
<body>
<header>
<div class="container">
2018-10-09 11:14:41 +01:00
<h1 id="url">rep_SURL</h1>
2018-03-05 01:07:17 +00:00
</div>
</header>
<div class="content">
<h1>Under Construction</h1>
<p><span id="sitename">rep_SNAME</span> is being worked on by <span id="devname">rep_DEVNAME!</span>!</p> <!-- See README for keywords -->
</div>
</body>
</html>