Skip to content

Instantly share code, notes, and snippets.

View mpostol's full-sized avatar
🏠
Working from home

Mariusz Postol mpostol

🏠
Working from home
View GitHub Profile
@mpostol
mpostol / Redirect.html
Last active January 22, 2022 10:29 — forked from snarf1974/gist:11198020
HTML Template: Client-side redirect (meta refresh)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;URL=../new-page.htm" />
<title>Redirect to... title of new-page</title>
</head>
<body>
@mpostol
mpostol / README-Template.md
Last active June 29, 2018 09:11 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites