This repository was archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport-data.html
More file actions
38 lines (34 loc) · 1.42 KB
/
report-data.html
File metadata and controls
38 lines (34 loc) · 1.42 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
<!--This page is purely for reading the information people send-->
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<!--Start of Head-->
<head>
<!--Start Title-->
<title>
Page Name <!--Change to the file's name-->
</title>
<!--End Title-->
<!--Start of Meta-->
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!--End of Meta-->
<!--Start of CSS Connect-->
<!--These files are found in the 'CSS' folder-->
<link type="text/css" rel="stylesheet" href="css/global.css"/> <!--CSS used in every file-->
<link type="text/css" rel="stylesheet" href="css/code-options.css"/> <!--CSS used for the Cheatsheet files-->
<link type="text/css" rel="stylesheet" href="css/template.css"/> <!--CSS for this file--> <!--Change 'template' to the html file's name-->
<!--End of CSS Connect-->
<!--Start of JS Connect-->
<!--These files are found in the 'JS' folder-->
<script src="js/global.js"></script> <!--JS in every file-->
<script src="js/template.js"></script> <!--JS for this file--> <!--Change 'template' to this file's name-->
<!--End JS Connect-->
</head>
<!--End of Head-->
<!--Start of Body-->
<body>
<!--Start Page Title-->
<h1 class="title"> <!--The CSS code is found in 'global.css'-->
Report Storage
</h1>
<!--End Page Title-->