Skip to content

Instantly share code, notes, and snippets.

@CITGuru
Created March 14, 2020 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CITGuru/74a499c19fd26356343630c615b9d795 to your computer and use it in GitHub Desktop.
Save CITGuru/74a499c19fd26356343630c615b9d795 to your computer and use it in GitHub Desktop.
<html lang="en" class="js-focus-visible"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>GoldenSuperNG - Homepage</title>
<link href="assets/style.css" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
</head>
<body data-gr-c-s-loaded="true">
<header class="text-center p-2" style="font-size: 60px">
<h1>GoldenSuperNG</h1>
</header>
<section class="relative text-center">
<h2 style="font-size: 25px">
Homepage
</h2>
<p class="m-0 p-3 px-4 font-weight-bold">
If you are able to see this it means the IP is ready to roll.
</p>
<p class="m-0 p-3 px-4" style="color:#678">
<p>
This is the default welcome page used to test the correct
operation of the Apache2 server after installation on Ubuntu systems.
It is based on the equivalent page on Debian, from which the Ubuntu Apache
packaging is derived.
If you can read this page, it means that the Apache HTTP server installed at
this site is working properly. You should <b>replace this file</b> (located at
<tt>/var/www/html/index.html</tt>) before continuing to operate your HTTP server.
</p>
<p>
If you are a normal user of this web site and don't know what this page is
about, this probably means that the site is currently unavailable due to
maintenance.
If the problem persists, please contact the site's administrator.
</p>
</p>
<h3 style="font-size: 25px" class="p-3">...Under Construction...</h3>
</section>
</body><loom-container id="lo-engage-ext-container"><div></div><loom-shadow classname="resolved"></loom-shadow></loom-container></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment