deleted everything inside <main>
This commit is contained in:
parent
16295bc6bb
commit
c7377dd408
1 changed files with 0 additions and 22 deletions
22
index.html
22
index.html
|
@ -13,28 +13,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div id="simple-note">
|
||||
<h2>Simple Note</h2>
|
||||
<div class="__title">
|
||||
<input type="text" placeholder="Title...">
|
||||
</div>
|
||||
<div class="__body">
|
||||
<textarea placeholder="Your text here..."></textarea>
|
||||
</div>
|
||||
<div class="__function">
|
||||
<button class="_select-all">Select all</button>
|
||||
<button class="_delete-all">Delete all</button>
|
||||
|
||||
<!-- Appear when clicked. -->
|
||||
<button class="_delete-confirm">Click again to delete</button>
|
||||
<!-- -------------------- -->
|
||||
|
||||
<button class="_save-to-local">Save to local</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="notice">
|
||||
Repository: <a href="https://github.com/westtle/simple-note" target="_blank">https://github.com/westtle/simple-note</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- <script type="text/javascript" src="assets/scripts/script.min.js"></script> -->
|
||||
|
|
Loading…
Reference in a new issue