tilde/gruvbox/index.php

27 lines
742 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>gruvbux</title>
<link rel="stylesheet" href="gruvbox.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="top">
<main>
<h1>gruvbov</h1>
<p>Hello! this is an example page using <a href="https://github.com/Xe/gruvbox-css">gruvbox-css</a></p>
<blockquote>When in doubt, create another framework</blockquote>
<ul><li>Unknown</li></ul>
<p>Select this text to see what happens!</p>
<footer>
<p>CSS available under the MIT license.</p>
</footer>
</main>
</body>
</html>