-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabparser.php
More file actions
28 lines (25 loc) · 1.07 KB
/
abparser.php
File metadata and controls
28 lines (25 loc) · 1.07 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
<html>
<head>
<title>ABWorld</title>
<!-- CSS -->
<link rel="stylesheet" href="css/abparser.css">
<?php include('base/headShared.html') ?>
</head>
<body>
<div class="pageBg"></div>
<div class="opening">
<div class="openingContents">
<div class="openingMain">
<div class="openingMainImgContainer">
<img src="img/icons/ABSoftware/ABParser/LARGE.png">
</div>
<h1>ABParser</h1>
<p>A utility to create powerful string parsers easily.</p>
<a class="openingMainProjects btn btnFilled" data-scrollOnClick="true" data-scrollTo=".projects">Features<img src="img/graphics/smallDownArrow.svg"></a>
<a class="openingMainProjects btn" data-scrollOnClick="true" data-scrollTo=".moreInfo">Download<img src="img/graphics/smallDownArrow.svg"></a>
</div>
<?php include('base/openingBottom.html') ?>
</div>
</div>
</body>
</html>