Skip to content

Commit

Permalink
add title tag + reformat html
Browse files Browse the repository at this point in the history
  • Loading branch information
ananavati committed Oct 11, 2016
1 parent d6f5d64 commit 0383f91
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions src/base.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400|Source+Code+Pro:300,500' rel='stylesheet' type='text/css'>
<style><!-- @@styles --></style>
</head><body>
<!-- @@header -->
<input type="text" id="search" placeholder="Search File .." class="search-box" style="opacity: 0">
<div class="modes">
<ul class="scale-list">
</ul>
</div>
<div class="chart"></div>
<div class="palette-wrap"></div>
<article class="content">
<div class="markdown"><!-- @@markdown --></div>
</article>
<!-- @@data -->
<!-- @@scripts -->
</body>
<html>
<head>
<title>Electrify | Electrify is an webpack visualizer UI tool for analyzing webpack bundles</title>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400|Source+Code+Pro:300,500' rel='stylesheet' type='text/css'>
<style><!-- @@styles --></style>
</head>
<body>
<!-- @@header -->
<input type="text" id="search" placeholder="Search File .." class="search-box" style="opacity: 0">
<div class="modes">
<ul class="scale-list">
</ul>
</div>
<div class="chart"></div>
<div class="palette-wrap"></div>
<article class="content">
<div class="markdown"><!-- @@markdown --></div>
</article>
<!-- @@data -->
<!-- @@scripts -->
</body>
</html>

0 comments on commit 0383f91

Please sign in to comment.