index & tyyli.css: Add CSS style, which will be added to other pages soon too.

This commit is contained in:
Mikaela Suomalainen 2012-09-16 17:23:37 +03:00
parent 8ce5312209
commit e4ac5f17a4
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<!DOCTYPE html><html>
<head><meta name="description" content="Index of my homesite." /> <meta name="keywords" content="Mika,Suomalainen,email,PGP,GPG,profiles,socialmedia,facebook,twitter,identica,identi.ca,Twitter,freenode,IRC," /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/index.html"> <title>Homepage of Mika Suomalainen (Mkaysi)</title></head>
<body bgcolor="silver" text="black" link="blue" vlink="purple">
<head><meta name="description" content="Index of my homesite." /> <meta name="keywords" content="Mika,Suomalainen,email,PGP,GPG,profiles,socialmedia,facebook,twitter,identica,identi.ca,Twitter,freenode,IRC," /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/index.html"> <title>Homepage of Mika Suomalainen (Mkaysi)</title> <link rel="stylesheet" type="text/css" href="tyyli.css" /></head>
<h1 id="welcome"
>Welcome</h1
><p

View File

@ -7,8 +7,8 @@
<meta charset="UTF-8" />
<link rel="canonical" href="http://mkaysi.github.com/index.html">
<title>Homepage of Mika Suomalainen (Mkaysi)</title>
<link rel="stylesheet" type="text/css" href="tyyli.css" />
</head>
<body bgcolor="silver" text="black" link="blue" vlink="purple">
# Welcome

9
tyyli.css Normal file
View File

@ -0,0 +1,9 @@
h1 {
color: black;
background-color: silver;
}
body {
color: black;
background-color: silver;
}