-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·62 lines (62 loc) · 1.97 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Pragmaticraft: Business-Technology Consulting</title>
<link href="stylesheets/blueprint/screen.css" rel="stylesheet" media="screen, projection" type="text/css" />
<link href="stylesheets/blueprint/print.css" rel="stylesheet" media="print" type="text/css" />
<link href="/stylesheets/application.css" rel="stylesheet" media="all" />
<meta http-equiv="Refresh" content="1; URL=http://automateit.org/"/>
</head>
<body>
<div id="everything">
<div id="header">
<table>
<tr>
<td>
<div class="logo">
<a href=".">
<!--
<span class="color1">Pragmati</span><span class="color2">craft</span>
-->
<img src="pragmaticraft-logo-234x60.png">
</a>
</div>
</td>
<td align="middle">
<!-- / .tagline -->
<!-- / System Administration 2.0 -->
</td>
</tr>
</table>
</div>
<div id="menu_and_page_content">
<table>
<tr>
<td>
<div id="menu">
</div>
</td>
<td>
<div id="page_content">
<p>
The Pragmaticraft website will be here soon. For now, redirecting to one of our projects: <a href="http://automateit.org/">AutomateIt.org</a>
</p>
</div>
</td>
</tr>
</table>
</div>
<div id="footer">
<p>
Copyright © 2007 Pragmaticraft.
</p>
</div>
</div>
<script type="text/javascript" src="http://www.google-analytics.com/urchin.js">
</script>
<script type="text/javascript">
_uacct = "UA-2647440-1";
urchinTracker();
</script>
</body>
</html>