Skip to content

Commit

Permalink
Update discord.html
Browse files Browse the repository at this point in the history
  • Loading branch information
m3tozz authored Dec 16, 2024
1 parent 1d10e86 commit 4b634a2
Showing 1 changed file with 73 additions and 22 deletions.
95 changes: 73 additions & 22 deletions discord.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discord</title>
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
img {
max-width: 100%;
max-height: 100%;
}
</style>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />

<title>Discord</title>


<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />

<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">

<!-- font awesome style -->
<link href="css/font-awesome.min.css" rel="stylesheet" />

<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />

</head>
<body>
<img src="https://github.com/m3tozz/NeoCat/blob/gh-pages/images/slider-img.png?raw=true" alt="NeoCat">
<iframe src="https://discord.com/widget?id=1131144510450171914&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>

<body class="sub_page">

<div class="hero_area">
<!-- header section strats -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>NeoCat</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="installation.html">Installation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.pling.com/p/2034925/">Pling</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://m3tozz.github.io/NeoCat-Themes">Theme List</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.buymeacoffee.com/m3tozz/">Donate</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- end header section -->
</div>

<!-- service section -->

<section class="service_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<iframe src="https://discord.com/widget?id=1131144510450171914&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
</html>
</html>

0 comments on commit 4b634a2

Please sign in to comment.