Skip to content

Instantly share code, notes, and snippets.

@baranovxyz
Last active July 19, 2020 12:52
Show Gist options
  • Save baranovxyz/831e7cac0f1ffbbd9f5a51bd9f614f47 to your computer and use it in GitHub Desktop.
Save baranovxyz/831e7cac0f1ffbbd9f5a51bd9f614f47 to your computer and use it in GitHub Desktop.
<!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