-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlegal.html
More file actions
20 lines (17 loc) · 807 Bytes
/
legal.html
File metadata and controls
20 lines (17 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>amyROM Legal</title>
<style>
body{
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>amyROM Legal</h1>
<h2>Disclaimer</h2>
<p>All information and files - both in source and compiled form - are provided on an as is basis. No guarantees or warranties are given or implied. The user assumes all risks of any damages that may occur, including but not limited to loss of data, damages to hardware, or loss of business profits. Please use at your own risk. Note that unless explicitly allowed by the warranty covering your device, it should be assumed that any warranty accompanying your device will be voided if you tamper with either the system software or the hardware.</p>
</body>
</html>