Skip to content

Commit f591e62

Browse files
authored
Create default.html
Creating a default.html file also pointing to http://www.tradezone.fr web desktop for override some windows configuration.
1 parent 0b00db4 commit f591e62

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

windows7/Cordova/www/default.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
<!DOCTYPE html>
3+
<html>
4+
<head>
5+
<title>TradeZone.fr LA communauté de Troc et d'échanges francophone</title>
6+
7+
<style type="text/css">
8+
body, html
9+
{
10+
margin: 0; padding: 0; height: 100%; overflow: hidden;
11+
}
12+
</style>
13+
<script src='cordova.win7.js'></script>
14+
</head>
15+
<body>
16+
17+
<iframe width="100%" height="100%" src="http://www.tradezone.fr"></iframe>
18+
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)