-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Chat</title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1187.37">
<meta http-equiv="Access-Control-Allow-Origin" content="api.vanheemstrapictures.com, www.vanheemstrapictures.com, vanheemstrapictures.local">
<base href="http://vanheemstrapictures.local/"/>
<!--
<link type="text/stylesheet" href="assets/templates/skin/stylesheets/style-default.css"/>
-->
</head>
<body>
<!--
<div id="background">
<img src="assets/templates/app/images/backgrounds/background-default.png" class="stretch" alt="" />
</div>
-->
<script type="text/javascript" src="core/components/chat/app.js"></script>
</body>
</html>