forked from LondonStageDB/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeta.php
27 lines (24 loc) · 1.03 KB
/
beta.php
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<?php include_once('common/header.php'); ?>
<title>Beta London Stage Database Project</title>
</head>
<body id="beta">
<?php include_once('common/nav.php'); ?>
<div id="main" class="main grid-container">
<div class="grid-x contact-wrap">
<div class="small-12 page-heading">
<h1>Known Issues</h1>
</div>
<div class="small-12 beta-content">
<ul class="issues-list">
<li><span class="item">Cutoff Text - </span>For some users, text within frames or buttons appears cut off. We are collecting information about which browsers and operating systems experience this issue, and we would appreciate reports about it.</li>
<li><span class="item">Missing PDFs - </span>PDFs will not appear for entries that are dated by month only (for example, "sometime in June 1667"). These PDFs are coming soon.</li>
</ul>
</div>
</div>
</div>
<?php include_once('common/footer.php'); ?>
</body>
</html>