-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (34 loc) · 1.57 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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> React Memory Game </title>
<link rel="stylesheet" href="https://public.codepenassets.com/css/reset-2.0.min.css">
<link rel="stylesheet" href="./style.css">
<link href="https://cdn.jsdelivr.net/npm/yekan-font@1.0.0/css/yekan-font.min.css" rel="stylesheet">
</head>
<body>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700" rel="stylesheet">
<div class="content">
<pre>
-----------------------------------------------------
██╗ ██╗ ██╗
██╔╝ ██╔╝ ╚██╗
██╔╝ ██╔╝ ╚██╗
╚██╗ ██╔╝ ██╔╝
╚██╗ ██╔╝ ██╔╝
╚═╝ ╚═╝ ╚═╝
درود بر توسعه دهندگان، آیا یک بازی کنیم؟
شماره ای را که در زیر می بینید دوباره تایپ کنید. بزن بریم
-----------------------------------------------------
</pre>
<div id="app"></div>
<a class="app__author" href="https://www.youtube.com/@dvhost_cloud" target="_blank">by DVHOST.CLOUD</a>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react-dom.min.js'></script>
<script src="./script.js"></script>
</body>
</html>