25 lines
696 B
Plaintext
Executable File
25 lines
696 B
Plaintext
Executable File
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="public/style.min.css" rel=" stylesheet">
|
|
<title> Best resume ever </title>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="https://github.com/SalamiMitPizza/best-resume-ever" target="_blank">
|
|
<div id="forkme">View on Github <img src="public/github.png" /></div>
|
|
</a>
|
|
<div id="readme">
|
|
{{{content}}}
|
|
</div>
|
|
<script>
|
|
var headline = document.getElementsByTagName('h1')[0];
|
|
headline.innerHTML += '<img src="public/suitcase.png" width="150" />';
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|