Skip to content
Permalink
00717b6ced
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 00717b6 Nov 18, 2024 History
1 contributor

Users who have contributed to this file

33 lines (27 sloc) 840 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quotes App</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://use.typekit.net/whg6cjv.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
</head>
<body>
<!--Create nav bar with icons -->
<ul>
<li><a href="profile.html">Profile</a></li>
<li><a href="saved.html">Saved</a></li>
</ul>
<!--will need to change dates to follow flip-->
<!--Can use dom and js to link current date-->
<h1>Today</h1>
<1>11/13/24</1>
<!--Main book-->
<!--share and save-->
<ul>
<li>share</li>
<li>save</li>
</ul>
</body>