mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-29 14:12:46 +07:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: cdr
|
|
Date: Sep 17, 2004
|
|
Time: 2:53:58 PM
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<%@include file="dep.jsp" %>
|
|
<%@include file="dep2.jsp" %>
|
|
<html>
|
|
<head><title>Simple jsp page</title></head>
|
|
<body>Place your content here</body>
|
|
</html> |