quiz/public/index.html
2021-03-02 20:06:03 +01:00

34 lines
582 B
HTML

<meta charset="utf-8" />
<style type="text/css">
@import "shared.css";
h1 {
font-family: "Galada Regular";
font-size: 28em;
text-align: center;
margin: 0;
}
a {
font-family: inherit;
color: inherit;
text-decoration: inherit;
}
a:link {
color: inherit;
text-decoration: inherit;
}
a:visited {
color: inherit;
text-decoration: inherit;
}
a:hover {
color: inherit;
text-decoration: inherit;
}
a:active {
color: inherit;
text-decoration: inherit;
}
</style>
<h1>Qu<a href="buzzer.html">i</a>z</h1>