better colors and better looks

This commit is contained in:
Aviv "RustyStriker" Romem 2022-04-16 17:40:41 +03:00
parent 26d7ec006c
commit d00b65bd1e
4 changed files with 130 additions and 81 deletions

View file

@ -1,18 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>__PAGE TITLE__</title>
<!--Style stuff -->
<link ref='stylesheet' type='text/css' href='default_style.css' media='all'>
<link rel="stylesheet" type="text/css" href="default_style.css" media="all">
</head>
<body>
<!--header>__PAGE HEADER__</header-->
<h1 style="color:crimson;">
<h1>
This is the actual page title!
</h1>
<p>
And some paragraphs here
</p>
<div>
<p>
And some paragraphs here
</p>
</div>
</body>
</html>