|
|
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>New Tab</title>
- <link rel="stylesheet" href="css/style.css">
- <link rel="stylesheet" href="css/color.css">
- <link rel="stylesheet" href="css/home.css">
- </head>
- <body>
- <div class="content">
- <a class="quadrant" href="options.html"></a>
- <a class="quadrant" href="options.html"></a>
- <a class="quadrant" href="options.html"></a>
- <a class="quadrant" href="options.html"></a>
- <svg id="logo" height="75px" width="75px" viewBox="0 0 10 10">
- <a href="options.html"><polygon points="5,10 10,5 5,0 0,5" /></a>
- </svg>
- </div>
- <script src="js/home.js"></script>
- </body>
- </html>
|