-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.html
54 lines (46 loc) · 2.01 KB
/
readme.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
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>IDiscuss PHP Project :-</title>
<style>
/* From extension vscode.github */
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only] {
display: none;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item {
list-style-type: none;
}
.task-list-item-checkbox {
margin-left: -20px;
vertical-align: middle;
pointer-events: none;
}
</style>
</head>
<body class="vscode-body vscode-light">
<h1 id="idiscuss-php-project--">IDiscuss PHP Project :-</h1>
<p>This is a simple php project in which users can ask programming related questions and users can answer others question.</p>
<h2 id="similar-websites-are--">Similar websites are :-</h2>
<p><a href="http://stackoverflow.com">stackoverflow.com</a>, <a href="http://reddit.com">reddit.com</a></p>
<h2 id="screenshots--">Screenshots :-</h2>
<h3 id="demo">Demo</h3>
<p>IDiscuss prjoect link - <a href="https://idiscuss.free.nf/">https://idiscuss.free.nf/</a></p>
</body>
</html>