You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
608 B
Plaintext

9 months ago
<%@ Page Language="C#" AutoEventWireup="true" Inherits="CCFlow.CallBack" CodeBehind="CallBack.aspx.cs" %>
<html>
<head>
<title>ccbpm导航页</title>
<link href="DataUser/Style/ccbpm.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
}
li {
font-size: 14px;
margin: 5px;
border-style: none;
color: Gray;
}
</style>
<base target="_blank" />
</head>
<body>
<h3>驰骋BPM云服务系统</h3>
<ul>
<li> <a href="index.html"> Index </a></li>
</ul>
</body>
</html>