-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 2.71 KB
/
index.html
1
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="description" content="TODO-APP"><title>TODO-APP</title><link rel="apple-touch-icon" sizes="180x180" href="./assets/images/fav-icons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./assets/images/fav-icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./assets/images/fav-icons/favicon-16x16.png"><link rel="mask-icon" href=".assets/images/fav-icons/safari-pinned-tab.svg" color="#2500ff"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><script defer="defer" src="71ad6e56edde51777445.js"></script><link href="ab2cd79ee83ea5012e4b.css" rel="stylesheet"></head><body class="body"><div class="container"><main class="main"><div class="inner"><svg class="toggle-theme" width="56px" height="56px" viewBox="0 0 512 512"><g><path d="m411.4624 0h-310.8955c-55.4453 0-100.5527 45.1074-100.5527 100.5527v310.8955c0 55.4444 45.1074 100.5518 100.5527 100.5518h310.8955c55.4287 0 100.5234-45.1074 100.5234-100.5518v-310.8955c0-55.4453-45.0947-100.5527-100.5234-100.5527zm-140.9632 423.0032c-92.3811 0-167.2441-74.863-167.2441-167.2441 0-88.1858 68.2866-160.4409 154.8567-166.7622-77.4709 113.6409 9.5528 271.1622 150.6331 260.8724-30.104 44.1354-80.7874 73.1339-138.2457 73.1339z"/><path d="m227.7309 272.5063c-24.6948-46.7261-28.8799-100.2622-13.1958-148.6382-18.2759 7.7544-34.895 19.3237-48.7725 34.1885-24.832 26.5986-38.5078 61.2969-38.5078 97.7026 0 78.9849 64.2593 143.2437 143.2441 143.2437 31.3916 0 61.4116-10.2764 85.8823-28.6201-54.7733-11.2783-101.2924-46.1103-128.6503-97.8765z"/></g></svg><h1 class="main__title"><a href="https://github.com/W0x3R" target="_blank">ToDoList</a></h1><form class="form" autocomplete="off"><label class="form__label-task" for="form__input">ADD TASK</label><div class="form__input-wrapper"><input class="form__input" placeholder="Description" name="task-value" id="form__input"> <button class="form__task-btn">ADD</button></div><div><h2 class="form__title">TODO</h2><ul class="form__list"></ul></div></form></div><svg class="button-up" viewBox="0 0 54 54"><rect class="button-up-rect" x="1" y="1" width="52" height="52" fill="#AD4038"></rect><path style="fill:none" d="M54,54H0V0h54V54z M2,52h50V2H2V52z" fill="#AD4038"></path><path class="button-up-arrow" d="M27,41.5c-0.552,0-1-0.447-1-1v-26c0-0.553,0.448-1,1-1s1,0.447,1,1v26 C28,41.053,27.552,41.5,27,41.5z" fill="#FFFFFF"></path><polygon class="button-up-arrow" points="36.293,24.207 27,14.914 17.707,24.207 16.293,22.793 27,12.086 37.707,22.793 "></polygon></svg></main></div></body></html>