-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch-results.html
166 lines (127 loc) · 5.9 KB
/
search-results.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- keywords -->
<meta name="keywords" content="GLC, Guilongchao, Zhu" />
<!-- website description -->
<meta name="description"
content="Gui Long Chao, the 3D side-scrolling action game set in the vibrant Kowloon Street" />
<!-- Author -->
<meta name="author" content="Kafka" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Highlight -->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet">
<!-- Fonts end -->
<!-- Body -->
<link href="https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Google Icons -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<!-- tab icon -->
<link rel="icon" type="image/x-icon" href="../assets/images/icons/Zhu-icon.png" />
<!-- Font Awesome -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<!-- Custom CSS -->
<link rel="stylesheet" href="../assets/styles/styles.css">
<link rel="stylesheet" href="../assets/styles\themes.css">
<!-- Custom JavaScript -->
<script src="../assets/scripts/script.js" async></script>
<!-- Title -->
<title>GLC Website Project</title>
</head>
<body>
<!-- NAVBAR TOP STICKY -->
<nav class="navbar">
<a id="home" href="../index.html"><img src="/assets/images/icons/home (1).png">
<a href="/about.html">ABOUT</a>
<a href="/terms-of-use.html" >TERMS</a>
<a href="#" onclick="myFunction()" class="right"><span class="material-symbols-outlined">
menu
</span></a>
<!-- Global search bar -->
<form action="/search-results.html" method="get">
<input type="text" name="query" placeholder="Search here!" required />
</form>
<!-- Bar ends -->
</nav>
<div class="row">
<div class="side" id="MySidebar">
<h2>归龙潮 - Guilongchao</h2>
<!-- Nav image -->
<div class="img-container element img-border-red">
<img src="../assets/images/main-character/c5d9074146e65ff99aa27525d074a849.png">
<p><strong>归龙潮</strong> - <a href="https://space.bilibili.com/3461576967326521" target="_blank"
class="label-red text-color-wh">Oficial Page </a> </p>
</div><br>
<!-- Nav image ends -->
<div class="aside-menu">
<!-- Navigation starts-->
<ul>
<hr>
<h3>ABOUT THE GAME</h3>
<li><a href="">Lore</a></li>
<li><a href="">Images</a></li>
<li><a href="">Additional links and sources</a></li>
<li><a href="../news-and-events\index.html" class="active-link-side">News and Events</a></li>
<li><a href="">Voice actors</a></li>
<hr>
<h3>GAMING TIPS</h3>
<li><a href="../tips\index.html">General Tips</a></li>
<li><a href="../tips\installation-guide.html">Installation</a></li>
<li><a href="../tips\translation.html">Translation</a></li>
<li><a href="../tips/gacha.html">Gacha</a></li>
<li><a href="../tips/movement.html">Movement</a></li>
<li><a href="../tips/combat.html">Combat</a></li>
<hr>
<h3>BUILDING GUIDES</h3>
<li><a href="../characters/index.html" target="_blank">Characters</a></li>
<li><a href="../characters/relics.html">Relics</a></li>
<li><a href="">Items</a></li>
<hr>
<div class="highlight">
<li><a href="/contacts.html">Contact me</a></li>
<li><a href="/acknowledgements.html">Acknowledgements</a></li>
<li><a>Terms of use</a></li>
</div>
<hr>
<!-- Contacts with icons -->
<div class="container-flex-row fx-container-around icon-box">
<div class="item box"><a href="https://x.com/guiIongchao" target="_blank"><img
src="/assets/images/icons/socials/twitter.png"></a></div>
<div class="item box"><a href="https://www.reddit.com/r/GuilongchaoGame/" target="_blank"><img
src="/assets/images/icons/socials/reddit.png"></a></div>
<div class="item box"><a href="mailto:[email protected]" target="_blank"><img
src="/assets/images/icons/socials/mail.png"></a></div>
</div>
</ul>
<!-- Navigation ends -->
</div>
</div>
<!-- MAIN Content -->
<div class="main wrap">
<!-- Intro section -->
<div>
<br>
<h2 class="search-heading" id="searchMessage">
</h2>
<br>
<div id="results">
</div>
</div>
</div>
</div>
<!-- Footer area -->
<footer class="footer">
<p>Guilongchao Website, 2024</p>
<h6>Your Friendly Platform for Game Walkthroughs and Strategy Guides</h6>
</footer>
</body>
<script src="../assets/scripts/search.js">
</script>
</html>