三生石上 62ef818ff0 v6.0.3
2017-09-05 11:30:31 +08:00

25 lines
623 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="icons.aspx.cs" Inherits="FineUI.Examples.icons" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<style type="text/css">
body {
padding: 10px;
color: #333;
}
img {
padding: 0 10px 10px 0;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<img src="../res/images/icons.gif" alt="FineUI Icons" />
<%--<asp:Literal EnableViewState="false" runat="server" ID="litIcons"></asp:Literal>--%>
</form>
</body>
</html>