-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.03 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
<!DOCTYPE html>
<html lang="ko-kr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main</title>
</head>
<body>
Hello World!
<div>List</div>
<div id = 'div1' OnClick="location.href ='views/discord/RegionalIndicatorChanger.html'" style="cursor:pointer;">
- Discord regional_indicator imoji
</div>
<div id = 'div2' OnClick="location.href ='views/kakaotalk/kakaotalk(image).html'" style="cursor:pointer;">
- Kakaotalk (image)
</div>
<div OnClick="location.href ='views/kakaotalk/kakaotalk(css).html'" style="cursor:pointer;">
- Kakaotalk (css)
</div>
<div OnClick="location.href ='views/T_Rex_Game/T_Rex_game(CookieRun).html'" style="cursor:pointer;">
- T_Rex_Game (CookieRun Style)
</div>
<div OnClick="location.href ='views/lotto/lotto_recomand.html'" style="cursor:pointer;">
- Random Lotto Number
</div>
<div OnClick="location.href ='views/TrollVM/trollvm.html'" style="cursor:pointer;">
- Troll Vanding Machine
</div>
</body>
</html>