Skip to content

Instantly share code, notes, and snippets.

View PracticalCode's full-sized avatar

George 2.0 Hope PracticalCode

  • Tenafly, NJ && NYC, NY
View GitHub Profile
@PracticalCode
PracticalCode / test.html
Created May 6, 2021 16:01
Hello World html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@PracticalCode
PracticalCode / test.md
Created May 6, 2021 16:00
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@PracticalCode
PracticalCode / index.html
Created August 13, 2018 14:13
HelloWorldFancy
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello World - Fancy Example</title>
<link rel="stylesheet" href="helloworldfancy.css">
</head>
<body>
<h1>Hello, <span id="name"></span></h1>
@PracticalCode
PracticalCode / README-Template.md
Created October 30, 2017 16:50 — 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