better colors and better looks
This commit is contained in:
parent
26d7ec006c
commit
d00b65bd1e
4 changed files with 130 additions and 81 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue