-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://lib.arvancloud.com/vazir-font/30.1.0/font-face.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/GodUi.rtl.min.css">
<link rel="stylesheet" href="./src/style.css">
<link rel="icon" href="https://icongr.am/material/checkbox-marked-circle-outline.svg?size=50&color=c53c02" type="image/x-icon">
<title>GnTo 〈 جَنتو 〉</title>
<meta name="description" content="Gnkalk Todo | جنگالک تودو">
<meta name="keywords" content="Todo Gnkalk جنگالک تودو">
</head>
<body><shaft d-flex d-block-mobile value="h:100vh">
<div id="loading" class="position-fixed"></div>
<div class="st-pad sidebar" d-flex flex-dir-column>
<br>
<h2 align-center class="sm-br">جَنتو</h2>
<div d-flex flex-dir-column id="input" class="st-br">
<input type="text" placeholder="عنوان" id="title" class="st-br">
<textarea placeholder="متن" id="description" class="st-br"></textarea>
<button theme="shadow" style="border-color: grey;" id="submit">ثبت</button>
</div>
<a href="https://github.com/Gnkalk/Gnto" target="_blank" class="github" d-none-mobile center><img src="https://icongr.am/devicon/github-original-wordmark.svg?size=65&color=currentColor" alt="Github"></a>
</div>
<div class="st-pad content" d-flex d-block-mobile flex-wrap align-content-flex-start></div>
<alert id="error">
<p title>خطا</p>
تمامی فیلد ها باید پر شوند
<a onclick="alerterror()" close></a>
</alert>
<script src="./src/index.js"></script>
<!-- <script src="https://unpkg.com/[email protected]/build/Smart-Dark.min.js"></script> -->
</shaft></body>
</html>