New CSS
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title>Blog</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="/simple.min.css" />
|
||||
<link rel="stylesheet" href="/simple.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Blog posts</h1>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title>Kamil's personal website</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="/simple.min.css" />
|
||||
<link rel="stylesheet" href="/simple.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Kamil's personal website</h1>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>404 - Page not found</title>
|
||||
<link rel="stylesheet" href="/simple.min.css" />
|
||||
<link rel="stylesheet" href="/simple.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>The page you were looking for doesn't exist!</h1>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title><#BLOG_POST_TITLE></title>
|
||||
<link rel="stylesheet" href="/simple.min.css" />
|
||||
<link rel="stylesheet" href="/simple.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content"></div>
|
||||
|
Reference in New Issue
Block a user