Skip to content

Instantly share code, notes, and snippets.

View n3omaster's full-sized avatar
🎯
Focusing on new ideas

Erich Garcia Cruz n3omaster

🎯
Focusing on new ideas
View GitHub Profile
@themorgantown
themorgantown / htaccess.txt
Last active June 23, 2023 03:14
This htacess file resolves issues often encountered when loading Tumult Hype documents from Apache servers. ### Using this File ###This file needs to be renamed to .htaccess after uploading to your web server. If should be uploaded in the directory containing your files.
# File adapted from: https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess
# ------------------------------------------------------------------------------
# | File Types |
# ------------------------------------------------------------------------------
# Allow access from all domains for web fonts
<IfModule mod_headers.c>
<FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$">
@afiore
afiore / pagesnap
Created June 21, 2010 02:06
Save a webpage (and its linked assets) into a single HTML file.
#! /usr/bin/env php
<?php
/***
* PageSnap
*
* Script for archiving a HTML page (and associated media assets) into a single file.
*
* Requires:
*