-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.html
More file actions
71 lines (65 loc) · 3.16 KB
/
layout.html
File metadata and controls
71 lines (65 loc) · 3.16 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<link rel="stylesheet" type="text/css" href="layout.css">
</head>
<body>
<div class="header">
<h1>hackersground</h1>
</div>
<div class="nabbar">
<ul>
<li> <a href="">Home </a> </li>
<li> <a href=""> Hardware Tricks</a> </li>
<li> <a href="">Software Tricks </a> </li>
<li> <a href="">Mobile Tricks </a> </li>
</ul>
</div>
<div class="sideright">
<h2> Tricks by date </h2>
<p> 1107-How to delete con folder </p>
<p> 1108-How to disable keyboard </p>
<p> 1109 -How to disable mouse</p>
<p> 1110-How can you hide data in image </p>
</div>
<div class="sideright">
<h2> Tricks by date </h2>
<p> 1107-How to delete con folder </p>
<p> 1108-How to disable keyboard </p>
<p> 1109 -How to disable mouse</p>
<p> 1110-How can you hide data in image </p>
</div>
<img src="a.jpg" class="imagesidebar">
<div class="main">
<h1> How to Create a CON Folder in Windows? </h1>
<p> NO because, when create a new folder and try to rename it to any one of the above specified names, you know what happens! In Windows XP the folder name
automatically changes back to “New Folder” no matter you try to renaming it any number of times. Where as in case of Windows Vista and Windows 7, when you try to rename the file you get an error message saying “The specified device name is invalid”.
</p>
</div>
<div class="main">
<h1> How to Create a CON Folder in Windows? </h1>
<p> NO because, when create a new folder and try to rename it to any one of the above specified names, you know what happens! In Windows XP the folder name automatically changes back to “New Folder” no matter you try to renaming it any number of times. Where as in case of Windows Vista and Windows 7, when you try to rename the file you get an error message saying “The specified device name is invalid”.
</p>
</div>
<div class="main">
<h1> How to Create a CON Folder in Windows? </h1>
<p> NO because, when create a new folder and try to rename it to any one of the above specified names, you know what happens! In Windows XP the folder name automatically changes back to “New Folder” no matter you try to renaming it any number of times. Where as in case of Windows Vista and Windows 7, when you try to rename the file you get an error message saying “The specified device name is invalid”.
</p>
</div>
<div class="main">
<h1> How to Create a CON Folder in Windows? </h1>
<p> NO because, when create a new folder and try to rename it to any one of the above specified names, you know what happens! In Windows XP the folder name automatically changes back to “New Folder” no matter you try to renaming it any number of times. Where as in case of Windows Vista and Windows 7, when you try to rename the file you get an error message saying “The specified device name is invalid”.
</p>
</div>
<div class="footer">
<ul>
<li> <a href="">Home </a> </li>
<li> <a href=""> About</a> </li>
<li> <a href="">Contact Us </a> </li>
<li> <a href="">More Tricks </a> </li>
</ul>
<p>
©2018 COMPUTER TRICKS.COM. All rights reserved.
</p>
</div>
</body>
</html>