Move the styles into a separate stylesheet
This commit is contained in:
parent
9320fae179
commit
154e057436
1 changed files with 1 additions and 5 deletions
|
|
@ -6,11 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Twitch Quizzer Documentation</title>
|
<title>Twitch Quizzer Documentation</title>
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
|
||||||
<style>
|
<link rel="stylesheet" href="./styles.css">
|
||||||
.center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue