Skip to content

Instantly share code, notes, and snippets.

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

Ignacio Gutiérrez IgnacioGans

🏠
Working from home
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Space Canvas</title>
</head>
<body>
<h1>Juego de nave espacial con Canvas</h1>
<canvas id="spaceCanvas" width="300" height="300">
</canvas>
</body>
@IgnacioGans
IgnacioGans / meta-tags.md
Created December 2, 2018 15:11 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@IgnacioGans
IgnacioGans / .htaccess
Created August 15, 2019 14:19 — forked from jonathonbyrdziak/.htaccess
htaccess mod_expires / mod_cache / mod_deflate / mod_headers
# ------------------------------------------------------------------------------
#
# Curtousy of the Magento Support Center
# http://magentosupport.help/what-are-expires-headers-and-how-do-i-implement-them/
#
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# | Mod Caching via Apache |