Update src/html/index.html

This commit is contained in:
SkyHighSundae 2024-11-03 10:13:45 +00:00
parent 117fad5374
commit 824f558975

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html prefix="og: https://ogp.me/ns#" data-bs-theme="dark"> <html prefix="og: https://ogp.me/ns#" data-bs-theme="dark">
<head> <head>
<title>CollabVM</title> <title>CollabVM (Tweaked)</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"/> <meta charset="utf-8"/>
<link href="../css/style.css" rel="stylesheet" type="text/css"/> <link href="../css/style.css" rel="stylesheet" type="text/css"/>
@ -12,10 +12,10 @@
<meta name="description" content="A website that lets you take turns controlling online virtual machines with complete strangers!"/> <meta name="description" content="A website that lets you take turns controlling online virtual machines with complete strangers!"/>
<!-- Opengraph shit --> <!-- Opengraph shit -->
<meta property="og:type" content="website"/> <meta property="og:type" content="website"/>
<meta property="og:title" content="CollabVM"/> <meta property="og:title" content="CollabVM (Tweaked)"/>
<meta property="og:url" content="https://computernewb.com/collab-vm/"/> <meta property="og:url" content="https://computernewb.com/collab-vm/"/>
<meta property="og:description" content="A website that lets you take turns controlling online virtual machines with complete strangers!"/> <meta property="og:description" content="A website that lets you take turns controlling online virtual machines with complete strangers!"/>
<meta property="og:site_name" content="Computernewb"/> <meta property="og:site_name" content="skyhighsundae"/>
<meta property="og:image" content="https://computernewb.com/collab-vm/desktop.png"/> <meta property="og:image" content="https://computernewb.com/collab-vm/desktop.png"/>
</head> </head>
<body> <body>