You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html class="full-height">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="keywords" content="{$options.siteKeywords}"/>
|
|
<meta name="description" content="{$options.siteDes}"/>
|
|
<meta name="theme-color" content="#4e64d9"/>
|
|
<title>{$options.siteName} - {$options.siteTitle}</title>
|
|
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="/static/css/bootstrap4/bootstrap.min.css" rel="stylesheet">
|
|
<!-- Material Design Bootstrap -->
|
|
<link href="/static/css/mdb.css" rel="stylesheet">
|
|
|
|
</head>
|
|
<body class="grey-skin intro-page creative-lp">
|
|
<!--Navigation & Intro-->
|
|
<header>
|
|
|
|
<!--Navbar-->
|
|
<nav class="navbar fixed-top navbar-dark ">
|
|
|
|
<div class="container">
|
|
|
|
|
|
<a class="navbar-brand" href="#">
|
|
<img src="static/img/logo_s.png" style=" width: 192px;">
|
|
</a>
|
|
|
|
|
|
</div>
|
|
</nav>
|
|
<!--/Navbar--> |