RainbowYang / Bookcase

save your book and reading condition online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookcase

save your book and reading condition online

将Bookcase嵌入自己的网页

<iframe id="bookcase"
        allowtransparency="true"
        frameborder="0"
        scrolling="no"
        tabindex="0"
        width="100%"
        horizontalscrolling="no"
        verticalscrolling="no"
        style= "width: 1px !important;
                min-width: 100% !important;
                border: none !important;
                overflow: hidden !important;"
        src="https://bookcase.rainbowyang.moe/"></iframe>
<script>document.domain = "rainbowyang.moe"</script>    

注意修改上面iframe的src属性来连接到正确的网页

About

save your book and reading condition online

License:Apache License 2.0


Languages

Language:HTML 100.0%