This commit is contained in:
fencl
2024-01-02 12:56:43 +01:00
parent 11f54265c4
commit 386622df5d
1489 changed files with 196315 additions and 0 deletions

12
web_parts/header.php Executable file
View File

@@ -0,0 +1,12 @@
<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>