💄
This commit is contained in:
parent
cf4616de7f
commit
3ec755e978
2 changed files with 0 additions and 9 deletions
|
@ -6,14 +6,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
|
||||||
.text:active {
|
|
||||||
-webkit-backface-visibility: hidden;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="text">Welcome to Husk, the Atom shell example app.</div>
|
|
||||||
|
|
||||||
<div id="mocha"></div>
|
<div id="mocha"></div>
|
||||||
|
|
||||||
<script type="text/javascript" charset="utf-8">
|
<script type="text/javascript" charset="utf-8">
|
||||||
|
|
|
@ -138,7 +138,6 @@ app.on('ready', function() {
|
||||||
window = new BrowserWindow({
|
window = new BrowserWindow({
|
||||||
title: 'atom-shell tests',
|
title: 'atom-shell tests',
|
||||||
show: false,
|
show: false,
|
||||||
frame: false,
|
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600
|
height: 600
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue