amp test 2

This commit is contained in:
Boof 2022-12-13 13:44:23 +01:00 committed by GitHub
parent dc60fe4e08
commit 8e0f81eebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -7,7 +7,19 @@
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.png">
<style amp-custom>
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
color: black;
text-align: center;
}
</style>
<!-- <link rel="stylesheet" href="style.css" Type="text/css" media="all"> -->
<link rel="icon" type="image/x-icon" href="favicon-ci.png">
<title>Bad website - Calculator-inator</title>
</HEAD>
<BODY>
@ -19,5 +31,6 @@
<h1>Downloads:</h1>
</BODY>
<footer class="footer">
<p>Hosted with ❤️ by <a href="https://mirrorace.org">Mirrorace</a></p>
</footer>
</HTML>

View File

@ -0,0 +1,9 @@
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
color: black;
text-align: center;
}