迁移数据库为postgresql
This commit is contained in:
21
templates/study/bbs.html
Normal file
21
templates/study/bbs.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>bbs</title>
|
||||
<script>
|
||||
// alert("数据库连接没问题!!!\n并且这是一个测试页面")
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p style="text-align: right;"><a href="./register">注册</a> | <a href="./login">登录</a></p>
|
||||
<p style="font-size: 66px; transform: translate(0px, -120px); width: 25%;" >bbs</p>
|
||||
<div style="transform: translate(0px, -120px);">
|
||||
发送内容:
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
所有内容:
|
||||
<hr>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user