-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
24 lines (23 loc) · 846 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<title>Chat</title>
<link rel="icon" href="chat icon.jpg">
<link rel="icon" href="../chat icon.jpg">
<link rel="icon" href="../../chat icon.jpg">
<link rel="icon" href="../../../chat icon.jpg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<?php
require_once 'autoload.php';
$c = new Core();
?>
</body>
</html>