download light.css
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<header>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">
|
||||
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">-->
|
||||
<link rel="stylesheet" href="/light.css">
|
||||
</header>
|
||||
<body>
|
||||
<h1>Hello World</h1>
|
||||
<div id="answers" style="display: none;">
|
||||
<ul id="answers-list"></ul>
|
||||
<form id="answers-form" action="#" onsubmit="submitAnswersForm(this); return false;">
|
||||
</form>
|
||||
</div>
|
||||
<div id="question">
|
||||
<h1><span id="question-text"></span></h1>
|
||||
<ul id="question-options"></ul>
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user