mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-19 02:05:32 +08:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
h2 {
|
||
|
font-size: 160%;
|
||
|
color: #8e9181;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
</html>
|