Update index.html
This commit is contained in:
@@ -7,7 +7,16 @@
|
||||
<title> Matrix Project </title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Today's quote</h1>
|
||||
<div class="quote-container">
|
||||
<p id="quote"></p>
|
||||
<p id="author"></p>
|
||||
</div>
|
||||
<button onclick="getQuote()">Generate</button>
|
||||
</div>
|
||||
<canvas id="Matrix"> </canvas>
|
||||
<script src="./matrix.js"> </script>
|
||||
<script src="./quote.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user