puppet 4 foo
[mirror/dsa-puppet.git] / modules / apache2 / templates / default-index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4    <TITLE>Welcome to <%= @hostname %>!</TITLE>
5 </HEAD>
6 <BODY>
7
8 <H1>Welcome to <%= @hostname %>!</H1>
9
10 This is <%= @hostname %>, a system run by and for the <a href="https://www.debian.org/">Debian Project</a>.
11 She does stuff.
12 What kind of stuff and who our kind sponsors are you might learn on
13 <a href="https://db.debian.org/machines.cgi?host=<%= @hostname %>">db.debian.org</a>.
14
15 <P>
16 <HR NOSHADE />
17 <FONT size="-1">DSA</FONT>
18
19 </BODY>
20 </HTML>