-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm_background.html
27 lines (27 loc) · 1.11 KB
/
cm_background.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
<html>
<head>
<title>The Schorsch</title>
<style>
::-webkit-scrollbar{
display: none;
}
</style>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/schorsch.ico" type="image/x-icon">
<link rel="shortcut icon" href="images/schorsch.ico" type="image/x-icon">
<link href="prism.css" rel="stylesheet" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body bgColor="transparent">
<div id="main">
<p>
Connected mobility is now an obvious trend attracts more and more concern.
Therefore, theoretical basis of connection among vehicles, quality of service and some other aspects should be investigated.
However, results of those investigation should be experimented with the help of simulation in computers.
This topic "Connected Mobility" focuses on simulation of connected mobility.
</p>
</div>
</body>
</html>