-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (68 loc) · 3.58 KB
/
index.html
File metadata and controls
72 lines (68 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scal e=1.0">
<title>Documentation</title>
<link href="https://urltoapp.xyz/assets/img/logo.png" rel="icon">
<meta property="og:title" content="U2A - Documentation">
<meta property="og:description" content="Documentation for UrlToApp">
<meta property="og:image" content="https://urltoapp.xyz/assets/img/logo.png">
<meta property="og:url" content="https://urltoapp.xyz">
<meta name="theme-color" content="#2563eb"/>
<meta property="og:type" content="website"/>
<meta name='keywords' content='u2a, url to app, desktop app, web to app, site to app, create app, electron app, convert url, standalone app, npm tool, command line app, cross-platform app, windows app, macos app, linux app, web application, webapp creator, app builder, convert website, make desktop app, browser wrapper, web to desktop, generate app, one-click app, website to exe, site to software, online to offline, app generator, easy webapp, nativefier alternative, convert, build, generate, standalone, package, wrap, transform, offline, desktop, simplify, documentation'>
<meta name='description' content='Documentation for UrlToApp'>
<meta name='copyright' content='douxx.tech'>
<meta name="robots" content="index, follow">
<meta name='language' content='EN'>
<meta name='author' content='douxx.tech, douxx@douxx.tech'>
<meta name='designer' content='douxx.tech'>
<meta name='reply-to' content='contact@urltoapp.xyz'>
<meta name='owner' content='douxx'>
<meta name='url' content='https://urltoapp.xyz'>
<meta name='pagename' content='U2A - URL to App'>
<meta name='distribution' content='Global'>
<meta name='rating' content='General'>
<meta name='target' content='technology'>
<meta name='og:site_name' content="U2A">
<meta name='og:email' content='contact@urltoapp.xyz'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/4.3.0/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/atom-one-dark.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<header>
<button class="menu-button"><i class="ri-menu-line"></i></button>
<div class="logo">
<i class="ri-book-open-line"></i>
<span>Documentation</span>
</div>
<div class="search-container">
<i class="ri-search-line search-icon"></i>
<input type="text" class="search-input" placeholder="Search docs...">
</div>
</header>
<div class="content-wrapper">
<aside class="sidebar">
<div class="sidebar-header">
<div id="project-name">Project Name</div>
</div>
<nav class="sidebar-menu" id="sidebar-menu">
</nav>
</aside>
<main class="main-content">
<div class="content-container">
<div class="content" id="content">
<div class="loading">Loading documentation...</div>
</div>
<div class="page-navigation" id="page-navigation">
</div>
</div>
</main>
</div>
<script src="assets/js/loader.js"></script>
</body>
</html>