Hướng dẫn làm trang info trước khi vào web

Thảo luận trong 'Style & Template Questions' bắt đầu bởi Chodongxoai.vn, 23/12/15.

  1. Chodongxoai.vn

    Chodongxoai.vn Member

    Bài viết:
    236
    Likes :
    41
    Bác nào cho em xin trang info trước khi truy cập giống trang sinhvienit với, tks các bác
     
    Last edited: 24/12/15
    Đang tải...
  2. tamduy121

    tamduy121 New Member

    Bài viết:
    11
    Likes :
    1
    Của svit là tường lửa chứ không phải info.
    Bạn làm info web thì mở text document ra viết html, rồi lưu lại thành index.html vì thứ tự ưu tiên là load index.html trước rồi load index.php sau
     
    Chodongxoai.vn thích bài này.
  3. Chodongxoai.vn

    Chodongxoai.vn Member

    Bài viết:
    236
    Likes :
    41
    Vậy bạn có thể chỉ mình cách làm giống svit ko bạn? :'(
     
  4. tamduy121

    tamduy121 New Member

    Bài viết:
    11
    Likes :
    1
    Code css:
    Mã:
    .container{
        margin:0 auto;
        display: block;
        width:500px;
        max-width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height:auto;
        text-align:center;
    }
    .container {
        text-align: center;
    }
    .knight {
        background: url("http://sinhvienit.net/common/images/knight.png") no-repeat scroll 0% 0% transparent;
        width: 128px;
        height: 128px;
        margin: 0px auto;
    }
    .dvbtn {
        text-align: center;
        margin: 10px;
    }
    .btn.btn-red {
        background-color: #E74C3C;
        padding: 11px 19px;
        font-size: 17.5px;
        border-radius: 6px;
        cursor: pointer;
        font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    }
    .btn {
        border: medium none;
        background: none repeat scroll 0% 0% #34495E;
        color: #FFF;
        font-size: 16.5px;
        text-decoration: none;
        text-shadow: none;
        box-shadow: none;
        transition: all 0.25s ease 0s;
    }
    .dvbtn {
        text-align: center;
    }
    
    Code html:
    Mã:
    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Xác nhận truy cập - vt.lai Firewall 2.0</title>
    <meta name="HandheldFriendly" content="true">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
    </head>
    
    <body>
        <div class="container">
            <form name="vtlai_firewall" method="POST" action="link website muon chuyen den" onsubmit="showLoading();">
            <div class="knight"></div>
            <div class="dvbtn">
                <button class="btn btn-red" type="submit" id="btnSubmit1">Click vào đây để tiếp tục</button>
            </div>
            </form>
        </div>
    
    </body></html>
     

    Các file đính kèm:

    • index.rar
      Kích thước:
      993 bytes
      Đọc:
      17
  5. Chodongxoai.vn

    Chodongxoai.vn Member

    Bài viết:
    236
    Likes :
    41
    Hình như có gì đó sai thì phải, mình thấy bên đó để link là sinhvienit.net/home nó chỉ chuyển 1 lần thôi, còn cái của mình nó cứ chuyển vào trang đó xong lại chuyển tiếp mãi chứ không chuyển 1 lần như bên kia
     
  6. Chodongxoai.vn

    Chodongxoai.vn Member

    Bài viết:
    236
    Likes :
    41
    Ví dụ mình gõ chodongxoai.vn nó hiện lên xác nhận, mình để link xác nhận là / thì nó lại chuyển tiếp. Bên svit nó không như vậy nó chuyển 1 lần thôi có thiếu file gì không bác nhỉ?
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...