-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (72 loc) · 3.1 KB
/
index.html
File metadata and controls
75 lines (72 loc) · 3.1 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en"
<head>
<link rel="icon" href="/asset/logo.png" type="image/png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark light">
<!-- HTML Meta Tags -->
<title>DubEnderDragon Page</title>
<meta name="description" content="DubEnderDragon Personal Pages">
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://dibyoexcel.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="DubEnderDragon Page">
<meta property="og:description" content="DubEnderDragon Personal Pages">
<meta property="og:image" content="https://github.com/DibyoExcel/dibyoexcel.github.io/blob/main/asset/opengraph.png?raw=true">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="dibyoexcel.github.io">
<meta property="twitter:url" content="https://dibyoexcel.github.io/">
<meta name="twitter:title" content="DubEnderDragon Page">
<meta name="twitter:description" content="DubEnderDragon Personal Pages">
<meta name="twitter:image" content="https://github.com/DibyoExcel/dibyoexcel.github.io/blob/main/asset/opengraph.png?raw=true">
<!-- Meta Tags Generated via https://opengraph.dev -->
</head>
<body>
<header class="header">
<img onclick="document.getElementById('sidebar').classList.toggle('open');" src="/asset/logo.png" alt="DED Logo">
<h3>DubEnderDragon Pages</h3>
</header>
<div class="sidebar" id="sidebar">
Main
<a class="dialogue_link" href="/">Introduction</a>
Project
<a class="dialogue_link" href="/live_html/">Live HTML Editor</a>
My Other Website
<a class="dialogue_link" href="/Dragon-Engine/">[FNF]Dragon Engine Documentation</a>
<a class="dialogue_link" href="/FNF-HTML5/">[FNF]Dragon Engine</a>
<a class="dialogue_link" href="/dubenderdragon-page/">[Old]dubenderdragon Page</a>
</div>
<div class="content">
<div class="dialogue">
<div class="dialogue_title">
<h3>
Introduction
</h3>
</div>
<div class="dialogue_content">
<img src="asset/logo.png" width="75%" alt="DED Logo">
<h3>
Welcome to DubEnderDragon Pages.
</h3>
</div>
</div>
<div class="dialogue">
<div class="dialogue_title">
<h3>
DubEnderDragon
</h3>
</div>
<div class="dialogue_content">
<h3>
Hi, i'am DubEnderDragon. I am from Indonesian. It's great meet you guys visiting my pages. My name was inspired from Ender Dragon, that from Minecraft's boss.
</h3>
</div>
</div>
</div>
</body>
</html>