use link to import style, dummy
This commit is contained in:
parent
6fb835182a
commit
f289cbc6c3
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Magic 8-ball</title>
|
||||
<style rel="stylesheet" href="style.css"></style>
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
|
|
|
@ -24,7 +24,7 @@ var html = /*HTML*/`
|
|||
</div>
|
||||
<div class="content rgb-animate">
|
||||
Ask Your question: <input type="text" onchange="question = this.value" /><br>
|
||||
<button onclick="pickRandomAnswer()">Submit</button>
|
||||
<button class="btn rgb-animate-hvr" onclick="pickRandomAnswer()">Submit</button>
|
||||
</div>
|
||||
</main>
|
||||
`;
|
||||
|
|
Loading…
Reference in a new issue