forked from phpList/phplist-ui-bootlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontendheader.php
More file actions
22 lines (18 loc) · 745 Bytes
/
Copy pathfrontendheader.php
File metadata and controls
22 lines (18 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="theme-color" content="#2C2C2C"/>
<link rel="apple-touch-icon" href="./images/phplist-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" href="./images/phplist-touch-icon.png" />
<link rel="stylesheet" href="admin/ui/phplist-ui-bootlist/css/style.css" />
</head>
<body class="fixed invisible">
<div id="container">
<div id="header" class="navbar navbar-inverse">
<div id="rack-functions" class="container">
<h1 id="logo"><a href="http://[WEBSITE]" title="Visit our website">[ORGANISATION_NAME]</a></h1>
</div>
</div>
<div id="wrapper" class="container">
<div id="mainContent">
<div class="panel">
<br />
<div class="content well">