mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
Fix default theme style
Fix default theme style
This commit is contained in:
parent
e03b899fb0
commit
7d27b76cb1
4 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<title>404 Not Found - <?php echo config('blog.title') ?></title>
|
||||
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" />
|
||||
<!-- Include the Open Sans font -->
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400"/>
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center message">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue