Skip to content

Commit

Permalink
add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
icheer committed Apr 25, 2021
1 parent 23974e8 commit b226248
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
color: #333;
text-align: center;
}
h1 a {
position: absolute;
right: 20px;
top: 0;
font-size: 22px;
}
.card {
position: relative;
border: 1px solid #aaa;
Expand Down Expand Up @@ -133,7 +139,10 @@
</style>
</head>
<body>
<h1>web-spreadsheet document</h1>
<h1>
<span>web-spreadsheet document</span>
<a href="https://github.com/icheer/web-spreadsheet" target="_blank">Github</a>
</h1>
<div class="card">
<spread-sheet></spread-sheet>
</div>
Expand Down

1 comment on commit b226248

@vercel
Copy link

@vercel vercel bot commented on b226248 Apr 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.