-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.html
61 lines (59 loc) · 3.66 KB
/
game.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<title>Game</title>
</head>
<body>
<nav class="navbar navbar-expand-lg" >
<div class="container-fluid">
<a class="navbar-brand" href="#">Lucky's Blog</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="my-webpage.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-me.html">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="game.html">Game</a>
</li>
<li class="nav-item">
<a class="nav-link" href="favoriate.html">favoriate</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div style="display: grid; position: relative; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; padding-top: 16px; padding-bottom: 4px;">
<div style="width: 4px; position: absolute; top: 16px; bottom: 4px;"><div data-block-id="b95f7beb-1f81-4043-b880-b09ef643d659" class="notion-selectable notion-collection_view-block" style="width: 100%; height: 100%;"></div></div>
<div data-block-id="4345fe81-f8ae-4c50-99c1-2c31b34eef63" class="notion-selectable notion-page-block notion-collection-item">
<a href="sekiro.html" rel="noopener noreferrer" role="link" style="display: flex; color: inherit; text-decoration: none; user-select: none; transition: background 100ms ease-out; cursor: pointer; border-radius: 10px; position: static; overflow: hidden; background: white; height: 100%; box-shadow: rgba(15, 15, 15, 0.07) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px; flex-direction: column;">
<div style="position: relative; width: 100%; z-index: 1;">
<div style="width: 100%; cursor: inherit;">
<div style="height: 194.625px; position: relative; pointer-events: none; overflow: hidden;">
<div class="" style="width: 100%; height: 100%;">
<img loading="lazy" src="images/1.jpg" referrerpolicy="same-origin" style="display: block; object-fit: cover; border-radius: 1px 1px 0px 0px; width: 100%; height: 194.625px; object-position: center 50%;">
</div>
</div>
</div>
<div spellcheck="true" placeholder="新页面" contenteditable="false" data-content-editable-leaf="true" style="max-width: 100%; width: auto; white-space: pre-wrap; word-break: break-word; caret-color: rgb(55, 53, 47); pointer-events: none; flex-grow: 1; padding: 2px 1px; font-size: 14px; line-height: 1.5; min-height: 21px; font-weight: 500;">sekiro</div>
</div>
</a>
</div>
</body>
</html>