-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
73 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |