mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Added portable app support
This commit is contained in:
25
portable-json-creator/index.html
Normal file
25
portable-json-creator/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TessesFramework portable.json creator</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>TessesFramework portable.json creator</h1>
|
||||
|
||||
Choose the way you want your app to be portable
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./portableapps/">
|
||||
PortableApps.com
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./relative/">
|
||||
Relative To Application
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user