Update src/html/index.html
This commit is contained in:
parent
117fad5374
commit
824f558975
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html prefix="og: https://ogp.me/ns#" data-bs-theme="dark">
|
||||
<head>
|
||||
<title>CollabVM</title>
|
||||
<title>CollabVM (Tweaked)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8"/>
|
||||
<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!"/>
|
||||
<!-- Opengraph shit -->
|
||||
<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: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"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user