mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
15 lines
531 B
HTML
15 lines
531 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="Content-Language" content="en" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;700&display=swap" rel="stylesheet" />
|
|
<title>Harness</title>
|
|
</head>
|
|
<body>
|
|
<div id="react-root"></div>
|
|
</body>
|
|
</html>
|