-
-
Notifications
You must be signed in to change notification settings - Fork 97
/
apps.html
55 lines (55 loc) · 2.75 KB
/
apps.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" id="dynamic-favicon" href="favicon.png">
<title id="dynamic-title">Classes</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Space.com is your source for the latest astronomy news and space discoveries, live coverage of space flights and the science of space travel.">
<meta name="keywords" content="Computer Science, Technology, Photography, Nature, Tech Support, Tech Help, Local Tech Support">
<link rel="canonical" href="https://www.space.com/news">
<link rel="stylesheet" href="/css/m.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="/scripts/learning.js"></script>
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
<script src="/scripts/insight.js?v=1"></script>
<script src="/scripts/wisdom.js?v=1"></script>
</head>
<body>
<div class="fixed-nav-bar">
<a class="icon" href="/./"><img id="INImg" src="main.png"></a>
<div class="fixed-nav-bar-right">
<a class="navbar-link" href="/./events"><i class="fa-solid fa-gamepad navbar-icon"></i>Games</a>
<a class="navbar-link" href="/./news"><span class="material-symbols-outlined weird-icon">apps</span>Apps</a>
<a class="navbar-link" href="/./local-news"><i class="fa-solid fa-table navbar-icon"></i>Tabs</a>
<a class="navbar-link" href="/./diagnostic"><i class="fa-solid fa-gear navbar-icon settings-icon"></i>Settings</a>
</div>
</div>
<div class="input-container">
<input type="text" id="searchbarbottom" onkeyup="search_game()" placeholder="Search">
<select id="category" name="category" onchange="showImages()">
<option value="all">All</option>
<option value="social">Social</option>
<option value="stream">Streaming</option>
<option value="message">Messaging</option>
<option value="game">Game Sites</option>
<option value="cloud">Cloud Gaming</option>
<option value="tool">Tools</option>
<option value="media">Media</option>
<option value="AI">AI</option>
</select>
</div>
<div class="pinned-apps"></div>
<div class="container-apps"></div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-WKJQ5QHQTJ');
</script>
</body>
</html>