Files
Web_CRICS_Server_VS2010_Prod/WebSite/Views/test.aspx

15 lines
364 B
Plaintext
Raw Normal View History

2025-12-11 09:17:16 +08:00
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>test</title>
</head>
<body>
<div>
hello world
</div>
</body>
</html>