-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (40 loc) · 1.47 KB
/
index.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
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Layout Design</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="div1">
<img src="vs image.ico"> <!--https://code.visualstudio.com/favicon.ico -->
<span>Visual Studio Code</span>
<a href="#" class="anchor">Docs</a>
<a href="#" class="anchor">Updates</a>
<a href="#" class="anchor">Blog</a>
<a href="#" class="anchor">API</a>
<a href="#" class="anchor">Extensions</a>
<a href="#" class="anchor">FAQ</a>
<a href="#" class="anchor">Github Copilot</a>
<input type="text" placeholder="Search Docs">
<button>Download</button>
</div>
<div id="ver">
<a href="#" id="version">Version 1.95</a>is now available! Read about the new features and fixes from October.
</div>
<div id="whole">
<h1>Code faster with AI</h1>
<p id="para2">Visual Studio Code with GitHub Copilot supercharges your <br>
code with AI-powered suggestions, right in your editor.</p>
<button id="but1">Download for Windows</button>
<button id="but2">Try Github Copilot</button>
<p id="para3">
<a href="#" class="links">Web</a>,
<a href="#" class="links">Insiders edition</a>, or
<a href="#" class="links">other platforms</a>
</p>
</div>
<img src="back.png" id="image">
</body>
</html>