Skip to content

Commit 81a85e7

Browse files
Move many files into the html directory
1 parent 6a806d8 commit 81a85e7

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

examples/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
99
<title>‹? Hyperlight ?› Examples</title>
10-
<link rel="stylesheet" type="text/css" href="../style.css"/>
11-
<script type="text/javascript" src="../jquery-1.2.6.min.js"></script>
10+
<link rel="stylesheet" type="text/css" href="../html/style.css"/>
11+
<script type="text/javascript" src="../html/jquery-1.2.6.min.js"></script>
1212
<script type="text/javascript" src="theme_switcher.js"></script>
13-
<link rel="stylesheet" type="text/css" href="../colors/zenburn.css" id="theme"/>
13+
<link rel="stylesheet" type="text/css" href="../html/colors/zenburn.css" id="theme"/>
1414
</head>
1515

1616
<body>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.php renamed to html/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php require_once 'vendor/autoload.php'; ?>
1+
<?php require_once '../vendor/autoload.php'; ?>
22
<!DOCTYPE html
33
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
44
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)