📄 config.php
字号:
<?$host ="localhost"; // simply your hostname$login ="aotk"; //your mySQL login$pw ="kapput"; //your mySQL password$db ="aotk"; //the name of your database//------------------------------------------$linksconf ="<a href='index.php'>Home</a> ::<a href='index.php?id=20'>News</a> ::<a href='index.php?id=30'>blog-archiv</a> ::<a href='index.php?id=31'>neuer blog</a> ::<a href='index.php?id=40'>Links</a>"; //Links with HTML//------------------------------------------$css ="body {background-color:#FFFFFF,}a:link {color:#000000; text-decoration:none; font-weight:bold;}a:visited {color:#000000; text-decoration:none; font-weight:bold;}a:hover {color:#666666; text-decoration:none; font-weight:bold;}"; //css style-sheets?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -