-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgames.html
More file actions
99 lines (71 loc) · 2.64 KB
/
games.html
File metadata and controls
99 lines (71 loc) · 2.64 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<!-- Local CSS and JS-->
<link href="CSS/style.css" rel="stylesheet" type="text/css" media="all">
<title>foxgirl.fyi | games</title>
<link rel="icon" type="image/x-icon" href="/Images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<meta name="keywords" content="s1erra, s1erradev, sierradev, @s1erra, @s1erra_dev, s1erra.dev">
</head>
<body>
<div class="container">
<div class="sidenav">
<ul>
<p>pages</p>
<hr>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="music.html">Music</a>
</li>
<li>
<a href="tech.html">Technology</a>
</li>
<li>
<a href="games.html">Games</a>
</li>
<li>
<a href="art.html">Art</a>
</li>
<p>contact me</p>
<hr>
<li>
<details>
<summary>discord</summary>
<a>
@s1erra
</a>
</details>
</li>
<li>
<a href="https://bsky.app/profile/s1erra.dev">bluesky</a>
</li>
<li>
<a href="https://steamcommunity.com/id/s1erra/">steam</a>
</li>
<li>
<a href="https://github.com/scuffedplus">github</a>
</li>
<li>
<a href="https://vrchat.com/home/user/usr_efefd882-2220-4ae8-ba2d-24472a866cdc">vrchat</a>
</li>
</ul>
</div>
<div class="body-content">
<div class="mainbox2">
<div class="container">
<div class="text1">
<h2>video games!</h2>
<p>i'm a fan of fast paced or movement based games and creative stuff.</p>
<p>i regularly play TF2 and vrchat, and will hop around some other games often.</p>
<p>some other games i play are terraria, minecraft, gmod and other source games, and a bunch of other stuff.
</div>
</div>
</div>
</div>
</div>
</body>
<script src="JS/script.js"></script>
</html>