+ www placeholder files
This commit is contained in:
21
www/placeholder/index.html
Normal file
21
www/placeholder/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head><title>=_=</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
font-size: 150px;
|
||||
font-family: "Arial";
|
||||
color: #fff;
|
||||
}
|
||||
.container {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">=_=</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user