-
Notifications
You must be signed in to change notification settings - Fork 87
/
empty.htm
30 lines (26 loc) · 963 Bytes
/
empty.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- ***********************************************************
"Learning with Texts" (LWT) is released into the Public Domain.
This applies worldwide.
In case this is not legally possible, any entity is granted the
right to use this work for any purpose, without any conditions,
unless such conditions are required by law.
Developed by J. Pierre in 2011.
************************************************************ -->
<!-- ***********************************************************
Diplay empty screen
************************************************************ -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
@import url(css/styles.css);
</style>
<title>
Learning with Texts
</title>
</head>
<body>
</body>
</html>