Skip to content

Commit

Permalink
Create HTASkeleton.hta
Browse files Browse the repository at this point in the history
  • Loading branch information
robob27 committed Feb 17, 2014
1 parent d807a5c commit 62ddc8b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions HTASkeleton.hta
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<HTA:APPLICATION
border="thin"
borderStyle="normal"
caption="yes"
maximizeButton="no"
minimizeButton="yes"
showInTaskbar="yes"
windowState="normal"
innerBorder="yes"
navigable="yes"
scroll="no"
scrollFlat="no" />
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<link rel='stylesheet' type='text/css' href='http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css'>
<script src='http://code.jquery.com/jquery-1.9.1.min.js'></script>
<script src='http://code.jquery.com/ui/1.10.4/jquery-ui.js'></script>
<script src='core.js'></script>
</head>
<body>

</body>
</html>

0 comments on commit 62ddc8b

Please sign in to comment.