-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.12 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.12 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
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='user-scalable=no width=device-width' />
<meta name='description' content='Terror Research Association' />
<meta name='og:title' content='TRA' />
<meta name='og:description' content='Terror Research Association' />
<meta property="og:image" content="./tra_logo.jpg" />
<title>
TRA
</title>
</head>
<link rel="stylesheet" type="text/css" href="./style.css">
<body bgcolor=#FFFFFF>
<div class=header>
<font color=WHITE size='5px' face='arial'>테러 연구회 (TRA)</font>
</div>
<br>
<div class=body>
<img src='tra_logo.jpg' width=100% />
<font color=BLACK size='1px'>
<center>
<br>
<input type=button value='Go to Github' class=Button onclick='location.href="https://github.com/TRALab";'><br>
<br>
</center>
</font>
<hr>
<font color=BLACK size='2px'>
<p align=center>© 2021 TRA, All rights reserved.</p>
</font>
</div>
</body>
</html>