Add 'www/index.html'

This commit is contained in:
Sarimoko 2022-01-21 07:16:03 +00:00
parent 0735f5261a
commit c451f7faf3
1 changed files with 27 additions and 0 deletions

27
www/index.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<!-- PAGE SETUP -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="localhost.png">
<title>The Coin by Sarimoko</title><br>
<meta name="author" content="Sarimoko by Travis Reames">
<meta name="description" content="Viewers can now support The Sarimoko Show via Crypto-Currencies! Donate wallet2wallet or mine directly to Sarimoko's Blockchain!">
<meta name="keywords" content="sarimoko, coin, sari, moko, travis, reames, crypto, bitcoin, btc">
<style type="text/css">
</style>
<!--
<link rel="stylesheet" href="style.css">
<script src="main.js"></script> -->
</head>
<body>
</body>
<script>
// put your code here.
</script>
</html>