-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html style="background-color:#171717; color:white;"> | ||
<head> | ||
<title>Weather Alerts</title> | ||
</head> | ||
<body> | ||
|
||
<h1>WARNING</h1> | ||
<p>ALL RIGHTS RESERVED | ||
<h2 style="color:red;">!! THIS IS NOT AN OFFICIAL NATIONAL WEATHER SERVICE SITE OR APPLICATION!!</h2> | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
<h2 style="color:red;">!! THIS SERVICE HAS NO AFFILIATION WITH THE NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION APART FROM USING THE NATIONAL WEATHER SERVICE ALERTS !!</h2> | ||
|
||
I.E: | ||
<h1 style="color:cyan; font-family:Helvetica-Condensed-Bold;">Weather Alerts</h1> | ||
|
||
|
||
<h2 style="color:red; padding-left: 40px">!! WARNING !!</h2> | ||
|
||
<div style="padding-left: 80px"> | ||
|
||
<p style="font-weight:bold;">ALL RIGHTS RESERVED</p> | ||
|
||
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> | ||
|
||
<p>I.E:</p> | ||
|
||
<p>I (ExoticDarknessGaming) am NOT responsible or liable for any damages or injuries/deaths that occur in the use of this application and any potential inaccuracies in the code or alerts.</p> | ||
|
||
<a href="https://github.com/ExoticDG/WeatherAlerts">Github Page</a> | ||
|
||
I (ExotcDarknessGameing) am NOT responsible or liable for any damages or injuries/deaths that occure in the use of this application and any potenial inaccuracies in the code or alerts.</p> | ||
|
||
</body> | ||
</html> |