Skip to content

Instantly share code, notes, and snippets.

View mhfarahmandm's full-sized avatar
💎

Mohammad Hossein Farahmand mhfarahmandm

💎
View GitHub Profile
{% include 'partial/head.html' %}
{% include 'partial/navbar.html' %}
<script src="https://maps.googleapis.com/maps/api/js?key=API_KEY"></script>
<script type="text/javascript">
// variabel global marker
var marker;
function taruhMarker(peta, posisiTitik) {
@mhfarahmandm
mhfarahmandm / meta-tags.md
Created April 14, 2019 16:38 — 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">