Skip to content

Commit 430c4dd

Browse files
author
Maarten Sap
committed
removed the php stuff
1 parent ae67965 commit 430c4dd

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

docs/index.php

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
11
<!DOCTYPE html>
2-
<?php
3-
header("Access-Control-Allow-Origin: *");
4-
header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
5-
6-
?>
72
<head>
83
<title>Event2Mind: Commonsense Inference on Events, Intents and Reactions</title>
9-
<?php
10-
include("../tools/header.php");
11-
include("../tools/nav.php");
12-
?>
13-
<script src="js/jquery-3.1.1.min.js"></script>
14-
<!--script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script-->
15-
<!--script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script-->
16-
<script src="js/bootstrap.min.js"></script>
17-
<script src="js/bootstrap-select.min.js"></script>
4+
<link rel="stylesheet" href="css/style.css">
185
<!--script src="https://d3js.org/d3.v4.min.js" charset="utf-8"></script>
196
<script src="https://d3js.org/queue.v1.min.js"></script-->
207
<!--script src="http://spin.js.org/spin.min.js"></script-->
21-
<script type="text/javascript" src="js/countdown.js"></script>
8+
229
<script type="text/javascript" src="js/clientside.js"></script>
10+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
2311
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>
24-
<link rel="stylesheet" href="css/bootstrap.min.css">
25-
<link rel="stylesheet" href="css/bootstrap-select.min.css">
26-
<link rel="stylesheet" href="css/style.css">
12+
2713
<!--link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"-->
2814
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
2915
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)