-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcuber.html
98 lines (96 loc) · 4.73 KB
/
cuber.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
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
<!DOCTYPE html>
<html>
<head>
<title>Unentertaining Ent.</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header id="ueh">
<nav id="nav">
<ul class="uenav">
<li id="titleName"><a href="index.html">UNENTERTAINING ENTERTAINMENT</a></li>
<li class="webtab, bborder"><a href="cuber.html">CUBER</a></li>
<li class="webtab, bborder"><a href="store.html">STORE</a></li>
<li class="webtab, bborder"><a href="news.html">NEWS</a></li>
<li class="webtab, bborder"><a href="help.html">HELP</a></li>
<li class="webtab" id="rightside">
<a href="login.html"><img src='userpngidle.png' onmouseover="this.src='userpnghover.png';" onmouseout="this.src='userpngidle.png';" /></a>
</li>
</ul>
</nav>
</header>
<div class="mainContent">
<img class="carimg" src="Cuber Wallpaper 2.png">
<h3>How To Get Cuber?</h3>
<p>Cuber is not currently available. This game is under the process of development. It is unknown when
the game will be ready for public access.
The game is planned to be published on the <a href="https://store.steampowered.com">Steam</a> platform.</p>
<h3>How Much Will It Cost?</h3>
<p>This game is absolutely free for all non-restricted countries and regions of the world.
The game will have In-Game purchases available, which WILL be OPTIONAL.</p>
<h3>What Is It About?</h3>
<p>Developers are not currently willing to share their idea of their game. The official trailer and description will
be accessible before the game is launched.
</p>
<h3>Download Cuber 0.0.2</h3>
<p>Note:</p>
<ul>
<li>Windows file is .exe</li>
<li>MAC OS file is .dmg</li>
<li>We are not responsible for any inconveniences</li>
</ul>
<p>Steps:</p>
<ol>
<li>Download the file</li>
<li>Open the downloaded application ("Cuber_Setup.exe" / "Cuber.dmg")</li>
<li>FOR WINDOWS USERS (1): Follow the installation process</li>
<li>FOR WINDOWS USERS (2): Open Cuber.exe from the installed folder</li>
<li>FOR MACOS USERS (1): Open the dmg file and drag "Cuber" file into your "Applicaltions" folder</li>
<li>FOR MACOS USERS (2): Eject the bootable "Cuber Folder" drive and open Cuber from your Applications folder by right-clicking and clicking "open"</li>
<li>You are all set and ready to play!</li>
</ol>
<p>
<a href="Cuber_Setup.exe" download>Download Cuber For Windows</a>
<br>
<a href="Cuber.dmg" download>Download Cuber For MacOS</a>
</p>
</div>
<footer>
<div class="footerSocial">
<ul class="social">
<li><img class="icon" src="fb.png"></li>
<li><img class="icon" src="twit.png"></li>
<li><img class="icon" src="ig.png"></li>
</ul>
</div>
<br>
<div class="footerRes">
<div class="footerTitle">
<span>Resources</span>
</div>
<ul class="footerContentsFirst">
<li><a href="careers.html">Careers</a></li>
<li><a href="company.html">Company</a></li>
</ul>
<ul class="footerContentsSecond">
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<br>
<hr class="border">
<div class="copy">
<p>© 2022, Unentertaining Entertainment, Inc. All rights reserved.
Unentertaining Entertainment, the Unentertaining Entertainment
logo, the Cuber logo, in the United States of America and
elsewhere. Other brands or product names are the
trademarks of their respective owners.</p>
</div>
<div class="terms">
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
</div>
</footer>
</body>
</html>