基本信息
源码名称:表白页面源码(表白网页生成器)
源码大小:0.45M
文件格式:.zip
开发语言:PHP
更新时间:2020-12-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
表白页面源码
有了它,小白也可以生成表白代码了

<title>表白在线生成</title>
   <!--  引入bootstrap前端UI -->
    <link href="bootstrap/css/bootstrap.css" rel="stylesheet">

    <style type="text/css">
        body{background-repeat: no-repeat;
            width:90%;
            height:90%;
            background-size:100% 110%;
        }
    </style>
</head>

<body  class="bg-primary "  background="bg.jpg" >
<h3 class="text-center">表白网页生成器</h3>
<div class="container text-center">

                <h1>
                    你好,欢迎来到在线生成界面
                </h1>
                <p>
                    本界面你可以自定义生成一个表白界面,向你喜欢的那个他(她)表白。
                    <br>
                    古人云:山有木兮木有枝,心悦君兮君不知。不要
                    害怕,敢于表白。
                    <br>
                    ——莫言情难忘
                </p>
                <p>
                    <a class="btn btn-info" target="_blank" href="yulan.html">预览</a>
                </p>
            </div>

<form class="form-horizontal" role="form" method="get" action=demo.php>
    <div class="form-group" >
        <label class="col-sm-4 control-label">网页标题</label>
        <div class="col-sm-5">
            <input type="text" name="title" class="form-control" placeholder="请输入网页标题">