source: trunk/packages/invirt-web/code/static/about.html @ 1651

Last change on this file since 1651 was 1651, checked in by broder, 15 years ago

We're no longer an alpha service

File size: 1.1 KB
Line 
1<!DOCTYPE html
2PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html>
5<head><title>About XVM</title>
6  <link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
7  <link rel="stylesheet" href="style.css" type="text/css" />
8  <link rel="stylesheet" href="layout.css" type="text/css" media="screen" />
9  <script type="text/javascript" src="prototype.js"></script>
10</head>
11<body id="body">
12
13<h1>About XVM</h1>
14
15<p>XVM is an experimental service from the <a href="http://sipb.mit.edu/">Student Information Processing Board</a> which attempts to provide members of the MIT community with an easy way to create virtual machines which they can remotely administer. You can see more information about the project at <a href="http://xvm.mit.edu">http://xvm.mit.edu</a>.</p>
16
17<p>When using XVM, please remember that, while VM disks are stored on a RAID, we do not back up data, so you shouldn't rely on XVM for data integrity.</p>
18
19<p>We hope you enjoy using and helping us test <a href="/">XVM</a>.</p>
20
21<hr />
22Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.