~armagetronad-web/armagetronad/mainsite

« back to all changes in this revision

Viewing changes to themes/lackarma2/templates/home.html

  • Committer: Dave Fancella
  • Date: 2018-06-07 22:47:06 UTC
  • Revision ID: davefancella@gmail.com-20180607224706-zozrc3jcv6sg2kht
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- this template is used for the home page -->
 
2
 
 
3
<div id="mainTitle">
 
4
<h1>Welcome to your new website</h1>
 
5
</div>
 
6
<div id="mainBody">
 
7
<p>This is your new website.  Congratulations!</p>
 
8
</div>
 
9
<div id="news">
 
10
$newscontent
 
11
</div>
 
12
 
 
13
 
 
14
 
 
15
 
 
16
 
 
17
 
 
18