Merge pull request #19 from hexahigh/dev

Added Android calculator and software category
This commit is contained in:
Boof 2022-12-13 14:00:54 +01:00 committed by GitHub
commit 1407b0da90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 55 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html amp lang="en">
<head>
<HTML>
<HEAD>
<link rel="canonical" href="/index.html">
<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>
<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>
<h1>Calculator-inator</h1>
<p>Calculator & Converter for Android inspired from Google's Calculator App</p>
<h1>Features:</h1>
<p>Basic & Advanced Calculator with logarithmic and trigonometric functions. Length, Area, Mass, Speed, Pressure, Data, Volume, Time, Temperature, Angle Live Currency Converter.</p>
<br>
<h1>Downloads:</h1>
<a href="https://mirrorace.org/m/3PCp5">1.0</a>
<a href="https://mirrorace.org/m/3PCp9">1.1</a>
<a href="https://mirrorace.org/m/5bxjO">1.1.1</a>
<a href="https://mirrorace.org/m/5bxjS">1.2</a>
</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;
}

View File

@ -11,10 +11,8 @@
<title>Bad website</title>
</HEAD>
<BODY class="animated-back">
<p><a href="/tools/XylkJweJ/">Calculator</a></p>
<p><a href="Btorrent/">Online torrent downloader/seeder</a></p>
<p><a href="Chat app/">Chat app made with scratch's cloud variable system</a></p>
<p><a href="/tools/Online nes emu/">Online nes emulator</a></p>
<h1>Software</h1>
<p><a href="/Software/Calculator-inator/">Android-Calculator</a></p>
<BODY class="animated-back">
</BODY>
</HTML>

View File

@ -20,10 +20,11 @@
<p>Email: <a href="mailto:admin@boof.eu.org">admin@boof.eu.org</a></p>
<h1 style="font-size:2vw">Links</h1>
<p><a href="https://status.boof.eu.org">Status</a></p>
<p><a href="http://boofdev125.ezyro.com/">File upload/host</a></p>
<p><a href="http://boofdev126.ezyro.com/">Pastebin</a></p>
<p><a href="/Games/">Games</a></p>
<p><a href="/tools/">Tools</a></p>
<p><a href="/Software/">Software</a></p>
<p><a href="http://boofdev125.ezyro.com/">File upload/host</a></p>
<p><a href="http://boofdev126.ezyro.com/">Pastebin</a></p>
<br /> 
<br />
</BODY>

View File

@ -37,7 +37,7 @@
left: 0;
bottom: 0;
width: 100%;
background-color: cyan;
background-color: blue;
color: white;
text-align: center;
}