-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (49 loc) · 1.86 KB
/
Copy pathindex.html
File metadata and controls
56 lines (49 loc) · 1.86 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html dir="rtl" lang="fa">
<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">
<!-- Pico CSS -->
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.*/css/pico.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="src/css/main.css">
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<!-- Turndown | HTML -> Markdown -->
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
<!-- Favicon -->
<link rel="shortcut icon" href="src/img/FOSSFA.png" type="image/x-icon">
<!-- Page title -->
<title>FOSSFA [Telegraph converter]</title>
</head>
<body class="container">
<header>
<nav>
<ul>
<li><a href="https://FOSSFA.ir" class="secondary"><img src="https://icongr.am/simple/opensourceinitiative.svg?size=24&color=808080&colored=false" alt="oprnsource logo"></a></li>
</ul>
<ul>
<li><strong>مبدل پست و مقاله فوسفا</strong></li>
</ul>
<ul>
<li><a href="https://t.me/FOSSFA" class="secondary"><img src="https://icongr.am/simple/telegram.svg?size=24&color=808080&colored=false" alt="telegram logo"></a></li>
</ul>
</nav>
<progress value="100" max="100"></progress>
</header>
<main>
<form id="Linkform">
<input type="text" placeholder="لینک تلگراف" id="Telegraphlink">
<button type="button" id="Submitter">تایید</button>
</form>
<div class="result hidden">
<textarea name="1" id="rslt" class="result-box" readonly></textarea>
<textarea name="0" id="rsltMD" class="result-box" readonly></textarea>
</div>
<div class="prvw"></div>
</main>
<!-- Custom JS -->
<script src="src/js/main.js"></script>
</body>
</html>