forked from inirey/API-REST
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
103 lines (92 loc) · 4.49 KB
/
Copy pathdocs.html
File metadata and controls
103 lines (92 loc) · 4.49 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Poppins:wght@100;200;300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://erzacanz.github.io/simple/static/css/index.css">
<title>Rey sekha</title>
<link rel="icon" href="icons/favicon.ico" type="image/x-icon">
</head>
<body id="body" class="dark">
<!-- <div class="wrapper">
<div class="toggle">
<input class="toggle-input" type="checkbox" />
<div class="toggle-bg"></div>
<div class="toggle-switch">
<div class="toggle-switch-figure"></div>
<div class="toggle-switch-figureAlt"></div>
</div>
</div>
</div> -->
<div class="modal">
<img src="https://avatars.githubusercontent.com/u/85196372?s=400&u=8740585aca0a7d17e89d638bdff27060458abe38&v=4" alt="img">
<div class="close"></div>
</div>
<div id="container" class="container">
<input type="checkbox" name="" id="check">
<div class="card">
<div class="sidebar" id="sidebar">
<ul>
<li><a class="active" href="https://github.com/erzacanz">My Bot</a></li>
<li><a class="active" href="https://reysekha-web.eu.org">Website</a></li>
<li><a class="active" href="/docs">Rest Api</a></li>
</ul>
</div>
<div class="header">
<label for="check" class="checkbtn" id="chkbtn">
<div class="hamburger-menu">
<div class="center"></div>
</div>
</label>
<a href="mailto: contact.reysekha@gmail.com" class="mail">
<i class="far fa-envelope"></i>
</a>
<div class="main">
<div class="image">
<div class="hover">
<i class="fas fa-camera fa-2x"></i>
</div>
</div>
<h3 class="name">Rey Sekha</h3>
<h3 class="sub-name">@_sekhaa</h3>
</div>
</div>
<div class="content">
<div class="left">
<div class="about-container">
<h3 class="title">About</h3>
<p class="text">hi world introduce the name Rey sekha my hobby is watching anime and dialogue in Japanese and I also don't have any skills I can only MANGAN,TURU,NGARIT</p>
</div>
<div class="icons-container">
<a href="https://github.com/inirey" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://instagram.com/_sekhaa" class="icon">
<i class="fab fa-instagram"></i>
</a>
<a href="https://wa.me/0" class="icon">
<i class="fab fa-whatsapp"></i>
</a>
</div>
<div class="buttons-wrap">
<div class="follow-wrap">
<a href="https://github.com/inirey" class="follow">Follow</a>
</div>
<div class="share-wrap">
<a href="/contact" class="share">Contact</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://erzacanz.github.io/simple/static/js/app.js"></script>
<script
id="contactform"
form_worker_url="https://mjvbzcontactme.tomsmater.workers.dev/"> </script>
</body>
</html>