Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
OutRed authored Jul 14, 2023
1 parent aa36950 commit 182cc9b
Show file tree
Hide file tree
Showing 10 changed files with 950 additions and 0 deletions.
31 changes: 31 additions & 0 deletions beta/v4/apps.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OutRed | Apps</title>
<link rel="stylesheet" href="/styles/style.css">
</head>
<body>

<div class="navigation-bar">
<p>Home</p>
<p>Games</p>
<p>Apps</p>
<p>Settings</p>
</div>

<div class="content">

<footer>
<a href="https://discord.gg/outred" target="_blank"></a>
<p>&copy; OutRed</p>
<a href="https://github.com/OutRed/outredgames" target="_blank"></a>
</footer>

</div>

<script src="/js/cards.js"></script>

</body>
</html>
1 change: 1 addition & 0 deletions beta/v4/assets/asd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fd
1 change: 1 addition & 0 deletions beta/v4/assets/json/apps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions beta/v4/assets/json/games.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added beta/v4/assets/splash-texts.js
Empty file.
31 changes: 31 additions & 0 deletions beta/v4/g/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OutRed | Games</title>
<link rel="stylesheet" href="/styles/style.css">
</head>
<body>

<div class="navigation-bar">
<p>Home</p>
<p>Games</p>
<p>Apps</p>
<p>Settings</p>
</div>

<div class="content">

<footer>
<a href="https://discord.gg/outred" target="_blank"></a>
<p>&copy; OutRed</p>
<a href="https://github.com/OutRed/outredgames" target="_blank"></a>
</footer>

</div>

<script src="/js/cards.js"></script>

</body>
</html>
Loading

0 comments on commit 182cc9b

Please sign in to comment.