-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart menu.html
48 lines (43 loc) · 1.79 KB
/
start menu.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
<html>
<head>
<link rel="stylesheet" href="pelmeni2023.css">
<style>
</style>
</head>
<body>
<div class="start-menu">
<div class="start-button"></div>
<div class="window-list"></div>
</div>
<div class="window" style="top: 64%; left: 10%;">
<div class="title-bar">
<span class="title">ℹ user.about</span>
<button class="close-btn">×</button>
</div>
<div class="content">
<h2>❯wendy zhulkovsky❮</h2>
<p>i am a double e student at ct state.<br>i like keyboards, drawing, and trying new things!</p>
</div>
</div>
<div class="window" style="top: 12%; left: 1%;">
<div class="title-bar">
<span class="title">◈ article.nav</span>
<button class="close-btn">×</button>
</div>
<div class="content">
<h2><a href="#title">title</a></h2>
<h3><a href="#section1"> section</a></h3>
<ul>
<li><a href="#subsection1">  subsection</a></li>
<li><a href="#subsection2">  subsection</a></li>
<li><a href="#subsection3">  subsection</a></li>
</ul>
<h3><a href="#section2"> section</a></h3>
<h3><a href="#section3"> section</a></h3>
<h2><a href="https://pelmeniboiler.github.io/index.html">⌂←</a></h2>
</div>
</div>
<!-- <script defer src="usefulPelmeniFunctions.js"></script> -->
<script defer src="start menu.js"></script>
</body>
</html>