26 lines
699 B
Plaintext
Raw Normal View History

2015-05-19 14:45:47 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="icons.aspx.cs" Inherits="FineUI.Examples.icons" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
2016-01-10 01:15:27 -05:00
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
2015-05-19 14:45:47 +08:00
<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>