Remove unused html file
This commit is contained in:
parent
9b11a17ac9
commit
e4a84d6850
2 changed files with 0 additions and 18 deletions
|
@ -101,7 +101,6 @@ module.exports = function(grunt) {
|
|||
'manifest.json',
|
||||
'background.html',
|
||||
'index.html',
|
||||
'conversation.html',
|
||||
'options.html',
|
||||
'_locales/**',
|
||||
'protos/*',
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html class='no-js' lang='en'>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta content='width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0' name='viewport'>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title></title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href='/images/icon_128.png' rel='shortcut icon'>
|
||||
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="js/chromium.js"></script>
|
||||
</head>
|
||||
<body class='signal'>
|
||||
<script type="text/javascript" src="js/conversation_panel.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue