Skip to content

Instantly share code, notes, and snippets.

View hurricanemark's full-sized avatar
:shipit:
Available for email contact

Mark V Nguyen hurricanemark

:shipit:
Available for email contact
View GitHub Profile
@hurricanemark
hurricanemark / index.html
Created June 11, 2022 22:00
LocalWeather
<html>
<header>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<title>Local Weather Report</title>
</header>
<body>
<h1>Your Local Weather Report</h1>
<div id="result">
<!--Position information will be inserted here-->
</div>