소스 검색

增加新文件

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>