⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.jsp

📁 非常棒的java数据库
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 
Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
Initial Developer: H2 Group
-->
<html><head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title>${text.a.title}</title>
    <link rel="stylesheet" type="text/css" href="stylesheet.css" />

    <script type="text/javascript">
        <!--
        if(self != top) {
            top.location = "main.jsp";
        }
        //-->
    </script>

</head>
<body margin="10">
    <h1>Welcome to H2</h1>
    <h2><a href="index.jsp">Connect</a></h2>
    Login to a database.
    <h2><a href="docs.jsp">Documentation</a></h2>
    View the online documentation.
    <h2><a href="admin.jsp">Preferences</a></h2>
    Allows to you to view and change server settings.
    
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -