Skip to content

Commit

Permalink
add title and lang
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed May 14, 2024
1 parent ee16d95 commit 12176dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,9 @@ function alert(string $level, string $message): void

?>
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Fusio Installer</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
Expand Down

0 comments on commit 12176dd

Please sign in to comment.