-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1004 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns#">
<title>tja editor</title>
<meta name="author" content="paldooon">
<meta name="description" content="editing your tja files.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://paldooon.github.io/tjaFileEditor/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="tja editor" />
<meta property="og:description" content="editing your tja files." />
<meta property="og:site_name" content="tja editor" />
<meta property="og:image" content="display image URL" /> <!--aaaaaaa-->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="twitter author's ID(starts from @)" /> <!--aaaaaaa-->
<link rel="stylesheet" type="text/css" href="../assets/css/file.css">
<script src="../assets/javascript/script.js"></script>
</head>
<body>
<h1>editor</h1>
</body>
</html>