mirror of
https://github.com/godotengine/godot-commit-artifacts.git
synced 2026-01-01 09:48:35 +03:00
25 lines
833 B
HTML
25 lines
833 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500i,700,900&display=swap&subset=latin-ext" rel="stylesheet">
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
|
|
<link href="styles/shared/normalize.css" rel="stylesheet">
|
|
<link href="styles/shared/global.css" rel="stylesheet">
|
|
|
|
<script src="scripts/shared/global.js"></script>
|
|
|
|
<title>Godot Commit Artifacts</title>
|
|
<meta name="description" content="Godot Engine build artifacts for CI runs of main development branches">
|
|
<meta name="keywords" content="godot, godot engine, gamedev, build artifacts, download">
|
|
|
|
<script src="scripts/index.js"></script>
|
|
</head>
|
|
<body>
|
|
<entry-component></entry-component>
|
|
|
|
</body>
|
|
</html>
|