We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62e796c + a2db901 commit bff9cf5Copy full SHA for bff9cf5
README.md
@@ -0,0 +1 @@
1
+# noteApp
index.html
@@ -10,12 +10,11 @@
10
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;423&display=swap" rel="stylesheet">
11
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
12
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
13
- <title>NoteMe</title>
+ <title>Note</title>
14
</head>
15
<body>
16
<div class="header">
17
- <h1>NoteMe
18
- </h1>
+ <h1>Take Note</h1>
19
</div>
20
<div class="container">
21
<div class="left">
@@ -37,4 +36,4 @@ <h1>NoteMe
37
36
38
<script src="public/javascript/script.js"></script>
39
</body>
40
-</html>
+</html>
public/images/plus.png
1.13 KB
public/images/square_add.png
1.17 KB
0 commit comments