-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReport.html
More file actions
48 lines (43 loc) · 1.28 KB
/
Report.html
File metadata and controls
48 lines (43 loc) · 1.28 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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<title>Deliverable Testing Tool </title>
<div>
<h1>Deliverable Testing Tool Report</h1>
</div>
<body>
<style>
head {color:#000000; font-family: Tahoma, sans-serif;}
body {background-color: #white; color:#000000; font-family: Tahoma, sans-serif;}
div {display: flex; flex-direction: column; justify-content: center; text-align: center;}
p {line-height: .6;}
.tab {display: inline-block; margin-left: 25px;}
</style>
<p>
<b>Correct Deliverables:</b> <br></br>
COPYRIGHT.txt<br></br>
</p>
<p>
<b>Errors:</b><br></br>
README.txt: Not a valid .txt file<br></br>
</p>
<p>
<b>Missing Deliverables:</b> <br></br>
</p>
<p>
<b>Junk Files:</b> <br></br>
2021-P2-blue-final.pdf<br></br>
2021-P2-blue-team-photo.png<br></br>
READ_ME.txt<br></br>
src/<br></br>
src/OVERVIEW.txt<br></br>
src/.DS_Store<br></br>
src/INSTALL.txt<br></br>
src/HelloWorld(fails).py<br></br>
src/Fails.py<br></br>
src/HelloWorld.py<br></br>
2021-P2-blue-resources.pdf<br></br>
Archive.zip<br></br>
Photo.png<br></br>
</p>
</body>
</html>