Skip to content
Snippets Groups Projects
Commit 06ed5902 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Add Twitter Bootstrap stylesheet as internal resource to avoid invalid certificate of CDN

parent 1e545532
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<base href="{$config['root_url']}/">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
{ifset #meta}{include meta}{/ifset}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
{ifset #head}{include head}{/ifset}
</head>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment