Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacEagle17 committed Sep 15, 2024
1 parent d6ecef1 commit cc24c1e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 14 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1328,8 +1328,8 @@ table, th, td {
float: left;
min-width: fit-content;
margin-bottom: 20px;
margin-left: -20px;
margin-right: -20px;
margin-left: 10px;
margin-right: 10px;
padding: 0px 15px;
text-align: center;
cursor: pointer;
Expand All @@ -1349,8 +1349,8 @@ table, th, td {
position: relative;
min-width: fit-content;
margin-bottom: 20px;
margin-left: -20px;
margin-right: -20px;
margin-left: 10px;
margin-right: 10px;
padding: 0px 15px;
text-align: center;
cursor: pointer;
Expand Down
14 changes: 14 additions & 0 deletions discord/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<link href="/assets/css/style.css" rel="stylesheet">
<meta http-equiv="refresh" content="0; url='https://discord.gg/5N45SAsC3X'" />
<script>
window.location.href = "https://discord.gg/5N45SAsC3X";
</script>
</head>
<body>
<p><a href="https://discord.gg/5N45SAsC3X" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
</body>
</html>
14 changes: 14 additions & 0 deletions github/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<link href="/assets/css/style.css" rel="stylesheet">
<meta http-equiv="refresh" content="0; url='https://github.com/EuphoriaPatches'" />
<script>
window.location.href = "https://github.com/EuphoriaPatches";
</script>
</head>
<body>
<p><a href="https://github.com/EuphoriaPatches" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
</body>
</html>
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,9 @@ <h2>What is Euphoria Patches?</h2>
<div class="row">
<div class="col-xs-8">
<div class="social-links">
<!-- <a class="discord-bg" href="/discord"></a>
<a class="discord-bg" href="/discord"></a>
<a class="patreon-bg" href="/patreon"></a>
<a class="github-bg" href="/github"></a> -->
<a class="twitter-bg" href="#"><i class="fa fa-twitter"></i></a>
<a class="facebook-bg" href="#"><i class="fa fa-facebook"></i></a>
<a class="pinterest" href="#"><i class="fa fa-pinterest"></i></a>
<a class="github-bg" href="/github"></a>
</div><!-- /.social-links -->
</div>
<div class="col-xs-4">
Expand Down
7 changes: 2 additions & 5 deletions support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,9 @@ <h2>Kofi</h2>
<div class="row">
<div class="col-xs-8">
<div class="social-links">
<!-- <a class="discord-bg" href="/discord"></a>
<a class="discord-bg" href="/discord"></a>
<a class="patreon-bg" href="/patreon"></a>
<a class="github-bg" href="/github"></a> -->
<a class="twitter-bg" href="#"><i class="fa fa-twitter"></i></a>
<a class="facebook-bg" href="#"><i class="fa fa-facebook"></i></a>
<a class="pinterest" href="#"><i class="fa fa-pinterest"></i></a>
<a class="github-bg" href="/github"></a>
</div><!-- /.social-links -->
</div>
<div class="col-xs-4">
Expand Down

0 comments on commit cc24c1e

Please sign in to comment.