mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Quick fixes
This commit is contained in:
parent
b2551bc879
commit
b94161398d
2 changed files with 0 additions and 6 deletions
|
|
@ -7,9 +7,6 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no"/>
|
||||
<title>404 Not Found - <?php echo blog_title() ?></title>
|
||||
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet"/>
|
||||
<!-- Include the Open Sans font -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center message">
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@
|
|||
<?php echo $metatags;?>
|
||||
<link rel="stylesheet" href="<?php echo site_url() ?>system/resources/css/source-sans.css">
|
||||
<link href="<?php echo theme_path() ?>css/style.css?v=1" rel="stylesheet"/>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="<?php echo $bodyclass; ?>" itemscope="itemscope" itemtype="http://schema.org/Blog">
|
||||
<div class="hide">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue