-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (55 loc) · 3.51 KB
/
Copy pathindex.html
File metadata and controls
59 lines (55 loc) · 3.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MotoPress</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./images/favicon.ico"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./style.css"/>
</head>
<body>
<header class="site-header">
<div class="site-branding">
<a href="https://motopress.com/">
<img src="./images/motopress_logo_white.svg" alt="MotoPress">
</a>
</div>
</header>
<div class="site">
<div class="documentations">
<div class="documentation">
<a class="documentation-wrapper" href="https://motopress.github.io/hotel-booking-code-reference/">
<p class="documentation-title">Hotel Booking Code Reference</p>
<p class="documentation-description">The MotoPress WordPress Hotel Booking plugin is an all-in-one property management suite. List unlimited accommodations and services, accept direct online reservations, synchronize all bookings across OTAs and more.</p>
</a>
</div>
<div class="documentation">
<a class="documentation-wrapper" href="https://motopress.github.io/hotel-booking-rest-api/">
<p class="documentation-title">Hotel Booking REST API</p>
<p class="documentation-description">The Hotel Booking REST API is built on top of the WordPress REST API, ensuring a robust and secure code, thus helping you use our product in any application and create new experiences.</p>
</a>
</div>
<div class="documentation">
<a class="documentation-wrapper" href="https://motopress.github.io/getwid-code-reference/">
<p class="documentation-title">Getwid Code Reference</p>
<p class="documentation-description">Getwid is a popular extension to the WordPress block editor. It extends the default blocks library with 40+ blocks and adds 35+ pre-designed page sections allowing you to create any sort of site you can imagine.</p>
</a>
</div>
<div class="documentation">
<a class="documentation-wrapper" href="https://motopress.github.io/appointment-code-reference/">
<p class="documentation-title">Appointment Booking Code Reference</p>
<p class="documentation-description">The Appointment Booking plugin makes it easy for businesses to accept bookings and appointments online. It’s geared to time and service-based companies, such as for beauty, sports, education, and other industries.</p>
</a>
</div>
<div class="documentation">
<a class="documentation-wrapper" href="https://motopress.github.io/youtube-video-json/">
<p class="documentation-title">YouTube Video to JSON-LD</p>
<p class="documentation-description">YouTube Video to JSON-LD streamlines Search Engine Optimization for YouTube content by converting video metadata into JSON-LD format.</p>
</a>
</div>
</div>
<p class="site-description">Made with 💙 by MotoPress.</p>
</div>
</body>
</html>