blob: f68ac532d35ec38eeb4e8603951b24cb1069fddd (
plain)
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>
<html>
<head>
<!-- 2010-05-07 -->
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta http-equiv='Content-Language' content='de_DE' />
<meta name='author' content='Patrick Simianer' />
<title>RegexVis</title>
<link rel='stylesheet' type='text/css' href='stylesheets/RegexVis.css' />
<script type='text/javascript' src='javascripts/RegexVis.js'></script>
<script type='text/javascript' src='javascripts/init.js'></script>
</head>
<body>
</body>
</html>
|