mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
Merge pull request #19 from hexahigh/dev
Added Android calculator and software category
This commit is contained in:
commit
1407b0da90
BIN
Software/Calculator-inator/favicon-ci.png
Normal file
BIN
Software/Calculator-inator/favicon-ci.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
40
Software/Calculator-inator/index.html
Normal file
40
Software/Calculator-inator/index.html
Normal 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>
|
||||
9
Software/Calculator-inator/style.css
Normal file
9
Software/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;
|
||||
}
|
||||
@ -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>
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user