Files
martinfencl.eu/web_parts/header.php
howard 132b735d79 init
2023-04-06 10:13:21 +02:00

13 lines
387 B
PHP
Executable File

<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"> </script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/index.css" name="main-style" type="text/css">
<title><?php echo $global->title; ?></title>
</head>
<body>