Last active
July 19, 2020 12:52
-
-
Save baranovxyz/831e7cac0f1ffbbd9f5a51bd9f614f47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Notes</title> | |
<meta charset="UTF-8" /> | |
<link rel="stylesheet" type="text/css" href="src/styles.css"></link> | |
</head> | |
<body> | |
<input id="filter"> | |
<div id="notes"></div> | |
<script src="src/script.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment