Skip to content

Instantly share code, notes, and snippets.

@bonniss
Created January 9, 2024 12:09
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 bonniss/376d4a3290facbe005a9164270e60516 to your computer and use it in GitHub Desktop.
Save bonniss/376d4a3290facbe005a9164270e60516 to your computer and use it in GitHub Desktop.
Beautiful sample HTML page - grab and replace your NGINX default site!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css"
/>
<title>Beautiful Sample Page</title>
</head>
<body>
<h1>Beautiful Sample Page</h1>
<p>We love <strong>classless</strong>
<i>CSS</i></p>
<blockquote>
<a href="https://github.com/dbohdan/classless-css"
>FYI, A list of classless CSS themes/frameworks with screenshots</a
>
</blockquote>
<h2>What do you think?</h2>
<ul>
<li>Beautiful (For sure)</li>
<li>Responsive</li>
<li>No classes</li>
</ul>
<pre>
<code>
const author = bonniss;
</code>
</pre>
<address>
<a href="mailto:bonniss26@gmail.com">bonniss26@gmail.com</a><br />
<a href="tel:778-330-2389">778-330-2389</a><br />
<a href="sms:666-666-6666">666-666-6666</a><br />
</address>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment