05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.
This commit is contained in:
16
TicTacToe-Compare/ministral-3-14b/node_modules/create-vite/template-lit/index.html
generated
vendored
Normal file
16
TicTacToe-Compare/ministral-3-14b/node_modules/create-vite/template-lit/index.html
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + Lit</title>
|
||||
<link rel="stylesheet" href="./src/index.css" />
|
||||
<script type="module" src="/src/my-element.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<my-element>
|
||||
<h1>Get started</h1>
|
||||
</my-element>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user