resume.github.com/index.html
Aleksa Sarai ed05dee3c5 index: fix scripts not loading on HTTPS
We must load scripts over HTTPS, otherwise browsers block us from
loading the scripts we need to run if the site is loaded over HTTPS.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2016-02-17 00:56:22 +11:00

19 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>GitHub R&eacute;sum&eacute;</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="cv, resume, hResume, github, community, free, fun, nice, useful" />
<meta name="description" content="GitHub resumes, generated by the community, for the community." />
<link rel="stylesheet" type="text/css" href="https://yui-s.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/resume.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<script type="text/javascript" src="https://code.jquery.com/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="js/mustache.js"></script>
<script type="text/javascript" src="js/githubresume.js"></script>
</head>
<body id="resume">
<noscript>You need to enable Javascript to generate and see r&eacute;sum&eacute; pages.</noscript>
</body>
</html>