Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
OutRed
GitHub Repository: OutRed/artclass
Path: blob/main/static/data/utils.js
595 views
1
var utils = [
2
{
3
'id': 'windows11',
4
'title': 'Windows 11 in React',
5
'url': 'https://win11.blueedge.me'
6
},
7
{
8
'id': 'gbaemulator',
9
'title': 'GBA Emulator',
10
'url': 'https://cattn.github.io/gba'
11
}
12
]
13