Add '/' to self-closing tags

This commit is contained in:
Rafael Bardini 2018-11-18 01:26:48 -02:00
parent 0bc0d1afdc
commit b248a347f8
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui"> <meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui" />
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title> <title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css" />
<style type="text/css"> <style type="text/css">
{{{css}}} {{{css}}}
</style> </style>