feature/init-game-list-page (#2)
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #2 Co-authored-by: egamorf76 <maxime.adler76@gmail.com> Co-committed-by: egamorf76 <maxime.adler76@gmail.com>
This commit was merged in pull request #2.
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>GameIdeas.WebApp</title>
|
||||
<title>Game Ideas</title>
|
||||
<base href="/" />
|
||||
<link rel="stylesheet" href="lib/bootstrap/dist/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<link href="GameIdeas.WebApp.styles.css" rel="stylesheet" />
|
||||
<link rel="icon" type="image/png" href="icon.png" />
|
||||
<link href="GameIdeas.BlazorApp.styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user