Skip to content

Commit

Permalink
feat: rn
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly committed Jun 27, 2024
1 parent 1d39b29 commit 730f43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/appsRecent.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReAR</title>
<title>ReAR View</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<link rel="stylesheet" href="resources/css/apprn.css">
<script src="resources/js/rear.js" defer></script>
</head>
<body>
<h1>ReAR - Recent App Releases</h1>
<h1>ReAR View (Recent App Releases)</h1>
<label for="start-date">Start Date:</label>
<input type="date" id="start-date">
<label for="end-date">End Date:</label>
Expand Down

0 comments on commit 730f43e

Please sign in to comment.