-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 1.07 KB
/
index.html
File metadata and controls
26 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ratchain protocol ERC rat</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' blob: https://*.w3s.link https://*.nftstorage.link https://*.dweb.link https://ipfs.io/ipfs/ https://*.githubusercontent.com https://polygon-rpc.com https://rpc.testnet.fantom.network https://unpkg.com;">
</head>
<body>
<!-- Usage of es-module-shims for browsers that don't support import maps natively -->
<div align="center">
<h1><img src="rat pellet.png">Ratchain (ERC-RAT) Protocol Simulator<img src="rat pellet.png"></h1>
<h2>The future of media is minting Rats onchain on Ratchain (ERC-RAT) while onchain</h2>
</div>
<!-- Your main script -->
<script type="module" src="script working.js"></script>
<div align="center">
<button id="addObjectButton">Mint New Spinning Windows Movie Maker Rat to Ratchain Protocol Instance</button>
</div>
</body>
</html>