Skip to content

Commit

Permalink
大きく
Browse files Browse the repository at this point in the history
  • Loading branch information
yudateNoriyuki committed Sep 11, 2023
1 parent bf0213d commit 82cc8b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,16 @@
}

</script>
<style>
.large-font {
font-size: 40px;
}
</style>
</head>
<body onload="onLoad()">
<a href="cscrsv://">アプリ起動</a>
<a href="cscrsv://" class="large-font">アプリ起動</a>
<br>
<a href="cscrsv://addSalon=yudatenomenu">アプリ起動してお気に入り追加</a>
<a href="cscrsv://addSalon=yudatenomenu" class="large-font">アプリ起動してお気に入り追加</a>
<div style="margin: 50px 0 0 80px;">
<div id="info_area"></div>
<div style="margin-top: 10px" id="qr_area">
Expand Down

0 comments on commit 82cc8b3

Please sign in to comment.