Skip to content

Commit

Permalink
Updated (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
temichelle13 authored Dec 4, 2023
2 parents c07526c + 32e9605 commit 6647ebe
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
Binary file added StudyPlanner_Updated.zip
Binary file not shown.
1 change: 1 addition & 0 deletions _notes/dwsync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<file name="style.css" server="C:/Users/teami/StudyPlanner/" local="133456377996143849" remote="133456377990000000" Dst="1" />
<file name="main.js" server="C:/Users/teami/StudyPlanner/" local="133456377997538955" remote="133456377990000000" Dst="1" />
<file name="index.html" server="C:/Users/teami/StudyPlanner/" local="133456377995947759" remote="133456377990000000" Dst="1" />
<file name="index.html" server="C:/Users/teami/StudyPlanner/" local="133457667424258715" remote="133457667420000000" Dst="1" />
</dwsync>
57 changes: 57 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StudyPlanner</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> // Add viewport meta element
<title>Document</title>
</head>
<body>
<header>
Expand All @@ -27,5 +29,60 @@ <h1>StudyPlanner</h1>
<p>© 2023 StudyPlanner</p>
</footer>
<script src="main.js"></script>

</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Added viewport meta element -->
<title>Document</title>
</head>
<body>

</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>

</head>
<body>

</body>
</html>
<body>

</body>

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> // Add viewport meta element
<title>Document</title>
</head>
<body>

</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Added viewport meta element -->
<title>Document</title>
</head>
<body>

</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>

</head>
<body>

</html>

0 comments on commit 6647ebe

Please sign in to comment.