Github部署显示空白

时间:2018-12-27 16:48:27

标签: github

我在github上部署了一个仓库,我将设置更改为master分支,但是页面显示空白,这是我遇到此问题的唯一仓库,我已经附加了链接以及HTML和CSS,可以有人帮忙吗?谢谢。

https://github.com/Sunny-Liao/Bootstrap-Portfolio

https://sunny-liao.github.io/Bootstrap-Portfolio/

<link href="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.2.1/themes/default/style.min.css" rel="stylesheet"/>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.2.1/jstree.min.js"></script>


<div id="using_json_2"></div>
h1{
    width:720px;
}
 div.container {
    width:750px;
}
 .Portfolio {
    color: teal;
}
div.left {
    padding:28px; 
    text-align:center; 
    width:320px; 
    height:320px; 
    margin:10px; 
    float:left; 
    background:#ebebeb;
    display:block;
}
 .relative {
    position:relative;
    background-color:teal;
    font-size: 30px;
    bottom:18px;
    color:white;
}
 
div.right {
    padding:28px; 
    text-align:center; 
    width:320px; 
    height:320px; 
    margin:10px; 
    background:#ebebeb; 
    display:block;
    overflow:hidden;
    float:right;
    margin-top: 10px;
}

0 个答案:

没有答案