瀏覽代碼

增加新文件

HOUYT 7 年之前
父節點
當前提交
f5f1ffddc2
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. 20 0
      test.txt

+ 20 - 0
test.txt

@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<title></title>
+	<meta charset="utf-8">
+	<style type="text/css">
+		.panel{
+			width: 100px;
+			height: 100px;
+			margin: 0 auto;
+		}
+	</style>
+</head>
+<body> 
+  <div class="panel">
+  	<input type="text" name=""> 
+  	<button>提交</button>
+  </div>
+</body>
+</html>