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
head { | |
text-align: center; | |
} | |
/*Start of links*/ | |
a:link { | |
color: #0C1115; | |
text-decoration: none; | |
} |
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
<html xmlns="http://www.w3.org/1999/xhtml" > | |
<head> | |
<meta charset="utf-8"> | |
<link rel="Stylesheet" type="text/css" href="stylin.css" /> | |
<h1><a href="Library Source/Lib.html">Frackville Public Library</a></h1> | |
<title>Frackville Public Library</title> | |
</head> | |
<body> |