Created
January 9, 2024 12:09
-
-
Save bonniss/376d4a3290facbe005a9164270e60516 to your computer and use it in GitHub Desktop.
Beautiful sample HTML page - grab and replace your NGINX default site!
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
<!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:[email protected]">[email protected]</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