richpreview test
This commit is contained in:
parent
4b8661fb07
commit
57a2098bb1
|
@ -16,12 +16,11 @@ html, body {
|
|||
.content {
|
||||
padding: 5%;
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 2;
|
||||
width: 80%;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.blur {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -2,30 +2,28 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>OctoSpacc's Home Page</title>
|
||||
<title>OctoSpacc's Momentum</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
|
||||
<meta property="og:image" content="richpreview/index.png">
|
||||
|
||||
<link href="assets/css/Font_F25_Bank_Printer.css" rel="stylesheet">
|
||||
<link href="assets/css/Dark.css" rel="stylesheet">
|
||||
<script type="text/javascript" charset="UTF-8" src="assets/js/RandomGIF.js"></script>
|
||||
<script type="text/javascript"> top.glob = "assets/gif/bg/"; </script>
|
||||
|
||||
<style>
|
||||
.content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
<div class="container">
|
||||
<div class="blur"></div>
|
||||
|
||||
<div class="content">
|
||||
<h1>eRRe</h1>
|
||||
|
||||
<div class="content" style="text-align: center;">
|
||||
<h1>OctoSpacc Momentum</h1><br><br><br><br>
|
||||
<h3>Welcome to my (I know) pretty strange Web world.</h3><br><br><br>
|
||||
<p>The only thing that's here now is my blog-like thingy, only in Italian.</p>
|
||||
<h3>You can reach it at <a href="blog/it">/blog/it</a>.</h3><br><br>
|
||||
<h5>(And if you don't understand Italian but still want to see something...<br>Why don't you use <a href="https://translate.google.com/translate?sl=it&tl=en&u=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Google</a>/<a href="https://www.translatetheweb.com/?ref=TVert&from=&to=en&a=https%3A%2F%2Foctospacc.gitlab.io%2Fblog%2Fit">Bing</a>/whatever Translator?)</h5>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 480 KiB |
Loading…
Reference in New Issue