summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2026-07-30 14:53:25 +0700
committerGitHub <noreply@github.com>2026-07-30 14:53:25 +0700
commitc888e54d7e1f5d8d30406ea5b0b6bafb4cdf9f22 (patch)
tree29255cc91cfbe31871b927c652350c5c42f94338
parent14e2adbd11c75098d74f1733f28bbeb9443891a7 (diff)
Add project favicon (#2)
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index bd76651..08bdb4e 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
<meta name="description" content="EPT-LM is developing a physics-compatible learning rule for standard Transformer language models, with matched backpropagation controls and a path to analog hardware.">
<meta name="theme-color" content="#102640">
<title>EPT-LM ยท Physical learning for Transformer language models</title>
+ <link rel="icon" href="static/images/favicon.ico">
<style>
:root {
--paper: #f3f0e8;