Skip to content

Commit 162ea3e

Browse files
authored
Create index.html q
1 parent 7d5880a commit 162ea3e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

pages/ide/cursor/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
8+
/>
9+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
10+
<title>stopsopa.github.io</title>
11+
</head>
12+
<body class="layout bg" toc>
13+
<div class="body">
14+
<div class="inside">
15+
<h2>.cursorrules</h2>
16+
<script type="editor" data-lang="sh"></script>
17+
<div class="cards">
18+
<h2>Index</h2>
19+
<script type="editor" data-lang="sh">
20+
21+
https://github.com/PatrickJS/awesome-cursorrules?tab=readme-ov-file
22+
23+
24+
</script>
25+
</div>
26+
</div>
27+
</div>
28+
<script type="module" src="/js/github.js"></script>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)