12345678910111213141516 |
- <!DOCTYPE html>
- <html>
- <!-- Like this? https://github.com/thecoinflipper/thecoinflipper.github.io -->
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>The Coin Flipper (simple)</title>
- </head>
- <body>
- <center>
- <div id="content">
- <script src="flip.js" type='text/javascript'></script>
- </div>
- </center>
- </body>
- </html>
|