mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
amp test 2
This commit is contained in:
parent
dc60fe4e08
commit
8e0f81eebc
BIN
tools/Calculator-inator/favicon-ci.png
Normal file
BIN
tools/Calculator-inator/favicon-ci.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@ -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>
|
||||
9
tools/Calculator-inator/style.css
Normal file
9
tools/Calculator-inator/style.css
Normal file
@ -0,0 +1,9 @@
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
color: black;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user