forked from csergent45/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwhois.aspx
More file actions
27 lines (22 loc) · 760 Bytes
/
Copy pathwhois.aspx
File metadata and controls
27 lines (22 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="whois.aspx.vb" Inherits="whois" %>
<!DOCTYPE html>
<html lang=en>
<head runat="server">
<meta charset=utf-8>
<title>Whois</title>
<link rel="SHORTCUT ICON" href="assets/icons/globe.ico">
<!--The viewport meta tag is used to improve the presentation and behavior of the samples
on iOS devices-->
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
</head>
<body>
<form id="frmWhoIs" runat="server">
<div>
</div>
</form>
</body>
</html>