Skip to content

Commit

Permalink
Update and rename html to .html
Browse files Browse the repository at this point in the history
kept just the html
  • Loading branch information
Delatorrep authored Dec 18, 2023
1 parent 32687ce commit 73bba7d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 238 deletions.
19 changes: 19 additions & 0 deletions .html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Daily Quote Widget</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="quote-container">
<div class="quote-and-author">
<blockquote id="quote" class="quote"></blockquote>
<p id="author" class="author"></p>
</div>
</div>

<script src="script.js"></script>
</body>
</html>
238 changes: 0 additions & 238 deletions html

This file was deleted.

0 comments on commit 73bba7d

Please sign in to comment.