Skip to content

Commit

Permalink
link back to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alokmenghrajani committed Jun 18, 2024
1 parent 3ee47e2 commit c93fd5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions k136.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

object {
width: 100%;
height: 100%;
padding: 2vmin;
width: 100vmin;
height: 98vh;
box-sizing: border-box;
}
</style>
</head>

<body>
<object id="svgObject" data="k136.svg" type="image/svg+xml"></object>
<div>This site is <a href="https://github.com/alokmenghrajani/js_kitrus_heart_of_love/">open source</a>.</div>
<script src="k136.js"></script>
</body>

Expand Down

0 comments on commit c93fd5f

Please sign in to comment.