Skip to content

Commit

Permalink
File cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ds2600 committed Dec 20, 2023
1 parent 715a6b5 commit 2129787
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/version.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
define('VERSION', '0.1.1');
define('VERSION', '0.1.2');
Empty file removed index.html
Empty file.
2 changes: 1 addition & 1 deletion public/fcc-uls-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
</div>
</div>
<!-- JS for search function -->
<script src="search.js"></script>
<script src="/js/search.js"></script>
</body>
</html>
File renamed without changes.
8 changes: 7 additions & 1 deletion public/md-page-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@
If you need assistance with markdown, see https://stackedit.io/
-->
<div id="markdownContent" style="display: none;">
# Page Title
# Page Title

ARWT uses Showdown.js to convert markdown to HTML.
Markdown formatted content should be here.

![Microphones](/images/microphones.jpg =600x400)


</div>
<!-- Rendered Content. Do not edit or remove. -->
<div id="renderedContent" class="content">
Expand Down
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
}

h1 {
font-size: 24px;
font-size: 28px;
}

p {
Expand Down

0 comments on commit 2129787

Please sign in to comment.