Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (19 sloc)
780 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<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 rel="icon" href="<%= BASE_URL %>favicon.ico"> | |
<title><%= htmlWebpackPlugin.options.title %></title> | |
<link href="<%= BASE_URL %>vendors/liquidfun.js" rel="preload" as="script"> | |
</head> | |
<body> | |
<noscript> | |
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | |
</noscript> | |
<div id="app"></div> | |
<script type="text/javascript" src="<%= BASE_URL %>vendors/liquidfun.js"></script> | |
<!-- built files will be auto injected --> | |
</body> | |
</html> |