13 lines
387 B
PHP
Executable File
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>
|