Skip to content

Instantly share code, notes, and snippets.

View JasonSarrio's full-sized avatar
:bowtie:
Working from home

Jason Sarrio JasonSarrio

:bowtie:
Working from home
View GitHub Profile
@JasonSarrio
JasonSarrio / gist:eb4b8002dade0d5ec636e29c715ff8d7
Created May 26, 2020 04:49 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@JasonSarrio
JasonSarrio / .deps...npm...@openzeppelin...contracts@4.8.3...access...Ownable.sol
Created May 17, 2023 07:00
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.18+commit.87f61d96.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to