19 lines
830 B
Plaintext
19 lines
830 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MachineUnload.aspx.cs" Inherits="NKC_WF.MachineUnload" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<%-- <link href="Content/SheetColor.css" rel="stylesheet" />
|
|
<div style="width: 200px; height: 200px;">
|
|
<svg viewBox='0 0 105 93' xmlns='http://www.w3.org/2000/svg'>
|
|
<path id="IT000002" d='M66,0h39v93zM38,0h-38v93zM52,35l25,58h-16l-8-18h-18z' fill='#ED1C24' />
|
|
</svg>
|
|
</div>
|
|
<svg>
|
|
<rect x="10" y="10" width="50" height="50" fill="blue" id="IT000003" />
|
|
<rect x="25" y="25" width="50" height="50" fill="orange" id="IT000004" />
|
|
</svg>--%>
|
|
<div style="width: 100%">
|
|
<object type="image/svg+xml" data="Images/test.svg">
|
|
</object>
|
|
</div>
|
|
</asp:Content>
|