Skip to content

Instantly share code, notes, and snippets.

View StellarStoic's full-sized avatar
:octocat:
Interested in everything interesting

StellarStoic StellarStoic

:octocat:
Interested in everything interesting
View GitHub Profile
@StellarStoic
StellarStoic / MyFirst-index.html
Last active December 16, 2017 23:47
My first webpage
<!DOCTYPE html>
<html>
<head>
<title>FaKeBooK</title>
<meta charset="utf-8" />
<!--Ali je META charset pravilno zaključen z poševnico kot mi jo je zaključil
sam autoclose-html?
Na W3Schol, te poševnice ni.
NA stackoverflow pravijo da poševnica ni potrebna ampak če je že nič ne škodi-->
</head>
@StellarStoic
StellarStoic / index.html
Last active December 21, 2017 20:52
My first html code...
<!DOCTYPE html>
<html>
<head>
<title>MojaStran</title>
</head>
<body>
<p>moja prva spletna stran</p>