lint
This commit is contained in:
parent
e197c2364f
commit
a4b0297c3f
3 changed files with 92 additions and 43 deletions
|
|
@ -1,18 +1,34 @@
|
|||
<meta charset="utf-8" />
|
||||
<style type="text/css">
|
||||
@import "shared.css";
|
||||
@import "shared.css";
|
||||
|
||||
h1 {
|
||||
font-family: "Galada Regular";
|
||||
font-size: 28em;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
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; }
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue