-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (28 loc) · 1.4 KB
/
index.html
File metadata and controls
36 lines (28 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VIT Linux Users Group</title>
<!-- <link rel="stylesheet" href="node_modules/xterm/css/xterm.css" /> -->
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<!-- <h1 style="display: none;">VIT Linux Users Group | Seeding bold engineers</h1>
<h2 style="display: none;"> Passionate about Kernel Development and Open SOurce Enthusiast </h2> -->
<!-- <h1>VIT Linux Users Group | Seeding bold engineers</h1>
<h2> Passionate about Kernel Development and Open Source Enthusiast </h2> -->
<!-- <img id="logo" src="images/logo.png" alt="VIT Linux Users Group" style="display: none;" /> -->
<!-- Google Tag Manager (noscript) -->
<!-- End Google Tag Manager (noscript) -->
<!-- <div id="aa-all" style="display: none;""></div> -->
<!-- <div id=" files-all" style="display: none;""></div> -->
<!-- <div id=" terminal"></div> -->
<div id="terminal"></div>
<script src="./dist/main.js"></script>
</body>
<!-- <script src="./src/index.js"></script> -->
</html>