Added css and improved aspect
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
{
|
||||
echo "\n\t<head>\n";
|
||||
echo "\t\t<title>The begining - " . $title . "</title>\n";
|
||||
echo "\t\t<meta charset='utf-8'>\n";
|
||||
echo "\t\t<meta charset='utf-8' />\n";
|
||||
echo "\t\t<link rel=\"stylesheet\" href=\"http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic\" />\n";
|
||||
echo "\t\t<link rel=\"stylesheet\" href=\"/css/style.css\" />\n";
|
||||
echo "\t</head>\n\n";
|
||||
}
|
||||
|
||||
|
||||
+9
-9
@@ -1,11 +1,11 @@
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Index</a></li>
|
||||
<li><a href="/bouncing/">Bouncing cube</a></li>
|
||||
<li><a href="/multisphere/">Multi-sphere</a></li>
|
||||
<li><a href="/scene/">Prototype</a></li>
|
||||
<li><a href="/stream/">Streaming simulator</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Index</a></li>
|
||||
<li><a href="/bouncing/">Bouncing cube</a></li>
|
||||
<li><a href="/multisphere/">Multi-sphere</a></li>
|
||||
<li><a href="/scene/">Prototype</a></li>
|
||||
<li><a href="/stream/">Streaming simulator</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user