-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.ejs
45 lines (39 loc) · 1.44 KB
/
index.ejs
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon" />
<meta property="og:title" content="Tron Youtube Donate">
<meta property="og:url" content="https://trondonate.xyz/">
<meta property="og:image" content="https://trondonate.xyz/assets/images/preview.png">
<meta property="og:description" content="Tron youtube donate dapp for initators">
<meta name="description" content="Tron youtube donate dapp for initators" >
<!-- Search Engine -->
<meta name="description" content="Tron youtube donate dapp for initators">
<meta name="image" content="https://trondonate.xyz/assets/images/preview.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Tron Youtube Donate">
<meta itemprop="description" content="Tron youtube donate dapp for initators">
<meta itemprop="image" content="https://trondonate.xyz/assets/images/preview.png">
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
margin: 0;
background-color: rgba(0,0,0,0);
}
#app {
height: 100%;
padding: 0;
margin: 0;
}
</style>
<title>Tron Youtube Donate</title>
</head>
<body>
<div id="app">
</div>
</body>
</html>