Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <title>Chapter three</title>
- <style>
- .title {
- text-align: center;
- font-family: Montserrat;
- margin-top: 30px;
- }
- .image {
- width: 30%;
- }
- .bytes {
- font-family: Montserrat;
- font-style: italic;
- margin: 30px;
- }
- .itime {
- display: block;
- margin: 0 auto;
- bottom: 5px;
- font-family: Montserrat;
- color: black;
- font-style: italic;
- position: absolute;
- </style>
- </head>
- <body style="text-align: center">
- <h1 class="title">
- : Chapter Three :
- </h1>
- <a href="start.html"><img class="image" src="Omega.png"></a>
- <p class="bytes">
- 43686170 74657220 74687265 65206265 67696E73 206E6F77
- </p>
- <t class="itime">
- <time>
- 00:00:00
- </time>
- </t>
- <script type="text/javascript" src="onlineTime.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement