Skip to content

Commit bff9cf5

Browse files
authored
Merge branch 'master' into feature-ago
2 parents 62e796c + a2db901 commit bff9cf5

File tree

5 files changed

+1079
-369
lines changed

5 files changed

+1079
-369
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# noteApp

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;423&display=swap" rel="stylesheet">
1111
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
1212
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
13-
<title>NoteMe</title>
13+
<title>Note</title>
1414
</head>
1515
<body>
1616
<div class="header">
17-
<h1>NoteMe
18-
</h1>
17+
<h1>Take Note</h1>
1918
</div>
2019
<div class="container">
2120
<div class="left">
@@ -37,4 +36,4 @@ <h1>NoteMe
3736
</div>
3837
<script src="public/javascript/script.js"></script>
3938
</body>
40-
</html>
39+
</html>

public/images/plus.png

1.13 KB
Loading

public/images/square_add.png

1.17 KB
Loading

0 commit comments

Comments
 (0)