Mercurial > web
view cool.html @ 14:8f0b52a3cb69
add module on front page
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 31 May 2021 11:55:12 -0400 |
parents | e7ca289b45ec |
children |
line wrap: on
line source
<!DOCTYPE html> <head> <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"> <link rel="manifest" href="icons/site.webmanifest"> <link rel="shortcut icon" href="icons/favicon.ico"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-config" content="icons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <title>cool shit</title> <style> body { background-image: url("capsule.jpg"); } </style> <link rel="stylesheet" href="style.css"> </head> <body> <h1>cool shit</h1> <p><a href="tomoko.html">it is a mystery</a></p> <p>more cool shit to come</p> </body>