-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo-faqs.php
More file actions
43 lines (33 loc) · 1.45 KB
/
info-faqs.php
File metadata and controls
43 lines (33 loc) · 1.45 KB
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
<?php include 'header.php' ?>
<body>
<?php include 'navbar-unlogged.php' ?>
<div class="body-content">
<div class="container">
<div class="row">
<?php include 'info-sidebar.php' ?>
<section id="" class="info-body span7 offset1">
<h1> Frequently Asked Questions</h1>
<dl>
<dt>What is Texts.com?</dt>
<dd>Divide bills easily by creating receipts and letting billshare do the math. Automatically keep a searchable history of all bills.</dd>
<dt>How do I use this website?</dt>
<dd>Keep track of new receipts are posted to your groups instantly by subscribing to the groups RSS feed.</dd>
<dt>How is Texts.com better than buying and selling on Amazon or at the campus bookstore?</dt>
<dd>Keep track of new receipts are posted to your groups instantly by subscribing to the groups RSS feed.</dd>
<dt>Lorem ipsum dolor sit amet</dt>
<dd>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat.</dd>
<dt>Lorem ipsum dolor sit amet</dt>
<dd>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat.</dd>
</dl>
</section>
</div>
</div>
</div>
<?php include 'footer.php' ?>
<?php include 'javascript.php' ?>
</body>
</html>