mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Update title tag: 'Open Source Uptime Monitoring & Observability Platform | OneUptime' - Update H1: 'Open Source Uptime Monitoring & Observability Platform' - Update meta description with target keywords - Sync PageSEO.ts with homepage changes Target keywords optimized for: - uptime monitoring - open source monitoring platform - observability platform Note: Pingdom and Better Uptime comparison pages already exist at: - /compare/pingdom - /compare/better-uptime
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en" id="home">
|
|
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
|
|
|
<head>
|
|
<title>Open Source Uptime Monitoring & Observability Platform | OneUptime</title>
|
|
<meta name="description"
|
|
content="Open source uptime monitoring platform with infrastructure monitoring, incident management, status pages, and APM. Self-hostable observability platform trusted by thousands of teams. Free tier available.">
|
|
<%- include('head', {
|
|
enableGoogleTagManager: typeof enableGoogleTagManager !== 'undefined' ? enableGoogleTagManager : false
|
|
}) -%>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<%- include('nav') -%>
|
|
|
|
<main id="main-content">
|
|
<%- include('./Partials/hero') -%>
|
|
|
|
<%- include('logo-roll') -%>
|
|
|
|
<%- include('./Partials/product-tabs') -%>
|
|
|
|
<%- include('./Partials/reviews') -%>
|
|
|
|
<%- include('features-table') -%>
|
|
|
|
<%- include('./Partials/copilot') -%>
|
|
|
|
<%- include('./Partials/enterprise-ready') -%>
|
|
|
|
<%- include('./Partials/proudly-open-source') -%>
|
|
|
|
<!-- Place this tag in your head or just before your close body tag. -->
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
|
|
<%- include('cta') -%>
|
|
</main>
|
|
|
|
<%- include('footer') -%>
|
|
|
|
<%- include('./Partials/video-script') -%>
|
|
|
|
</body>
|
|
|
|
</html>
|