profoundjs
Version:
Profound.js Framework and Server
27 lines (20 loc) • 741 B
HTML
<html>
<head>
<meta charset="utf-8"/>
<link href="/profoundui/userdata/css/atrium_home.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/profoundui/proddata/js/atrium_api.js"></script>
<title>Atrium</title>
</head>
<body onload="Atrium.attachActivityMonitor();">
<div class="container">
<div class="content">
<h2>Welcome to Atrium</h2>
<p>
This is the default home page for Atrium. Home pages allow you to provide some content for your users when the portal starts up.
You can customize this content by changing this page, or by configuring your own home page under the Control Panel.
</p>
</div>
</div>
</body>
</html>