jhuesser/bzu-jodel-clone

View on GitHub
functions/header.php

Summary

Maintainability
A
0 mins
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="a social network for DomaynTec employees, based on jodel"</meta>
<meta name="keywords" content="social network, domayntec, anonymous">
<meta name="author" content="DomaynTec">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="<?php echo $config->baseUrl; ?>css/<?php echo $stylesheet;?>">
<script src="https://use.fontawesome.com/9b8db900fc.js"></script>
<link href="https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<script src='https://www.google.com/recaptcha/api.js'></script>
<title><?php echo $title;?></title>
</head>
<body>