xmeter
Version:
A default stylesheet with a set of tools that make designing with vertical rhythm easy.
18 lines (17 loc) • 402 B
HTML
<html lang="en">
<head>
<title>Xmeter</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<noscript>
<h1>Xmeter</h1>
<p><a href="./docs/styleguide/">Go to Style Guide.</a></p>
</noscript>
<script>
window.location.href = './docs/styleguide/'
</script>
</body>
</html>