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">
|
||||
<title>Twitch Quizzer Documentation</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
|
||||
<style>
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="./styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue