-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
46 lines (42 loc) · 1.75 KB
/
header.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>WrightEagle 2D Soccer Simulation Team</title>
<meta name="msvalidate.01" content="D827435324E8F7F42B9F9FA2FCF66451" />
<meta content="Homepage of WrigtEagle 2D Soccer Simulation Team" name="description" />
<meta content="USTC, RoboCup, Soccer Simulation 2D, WrightEagle" name="keywords" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style.css" title=default>
<meta name="google-site-verification" content="VFHPPuVl0Sk-wfw2Ryi9Skoad0vTcW6MRKvDr_Ea7HA" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-18229669-2', 'auto');
ga('require', 'linkid');
ga('send', 'pageview');
</script>
</head>
<body>
<div id=head>
<table>
<tr>
<td id=title>
<h1>WrightEagle 2D Soccer Simulation Team</h1>
<h2>Multi-Agent Systems Lab., USTC</h2>
<h3>|
<a href=index.html>Home</a> |
<a href=contests.html>Contests</a> |
<a href=members.html>Members</a> |
<a href=publications.html>Publications</a> |
<a href=https://github.com/wrighteagle2d/wrighteaglebase target=_blank>Code</a> |
<a href=training.html>Training</a> |
<a href=links.html>Links</a> |
<a href=contact.html>Contact</a> |
</h3>
</td>
</tr>
</table>
</div>