mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
HTTPS support
HTMLy fully supports the HTTPS protocol.
This commit is contained in:
parent
570856a908
commit
f23644dce7
9 changed files with 12 additions and 11 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<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'>
|
||||
<link href='//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