-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtut.html
More file actions
51 lines (43 loc) · 1.23 KB
/
Copy pathtut.html
File metadata and controls
51 lines (43 loc) · 1.23 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
<head>
<style type="text/css">
p.heading {
color: white;
font-family: arial;
font-size: 40;
}
p.white {
color: white;
font-family: arial;
}
p.red {
background-color: red;
color: white;
font-family: arial;
}
p.yellow {
background-color: yellow;
color: black;
font-family: arial;
}
p.green {
background-color: green;
color: white;
font-family: arial;
}
p.blue {
background-color: blue;
color: white;
font-family: arial;
}
</style>
</head>
<html>
<body bgcolor="#0">
<p class="heading">Omega Virus</p>
<p class="white">Omega Virus was a 1992 board game for 1 to 4 players that required an electronic computer component in the center of the board in order to play. Tabletop simulator can't simulate this part but fear not! An emulator has been made that allows you to play through the tabletop sim tablet.</a></p>
<p class="white">To get the emulator and learn how to set it up, visit: <br /><br /><a href="https://s.gtsvr.net/ovemu">https://s.gtsvr.net/ovemu</a></p>
<p class="white">Once you're running the OVEMU application, you can start interacting directly with the game buttons on the tablet screen.</p>
<p class="white">Enjoy the game! And don't let the virus terminate you!</p>
<p class="white">You human scum!</p>
</html>
</body>