This commit is contained in:
Sarsoo 2021-06-22 18:27:30 +00:00
parent 862f5b0854
commit 31c239ca3c
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>game of life</title>
@ -28,7 +29,7 @@
</head>
<body>
<div class="card container-xs text-center p-4 m-3">
<div class="card container text-center p-4 m-3">
<div class="card-header">
<h1>Game of Life 🚀</h1>
</div>

File diff suppressed because one or more lines are too long