📄 header.inc.php
字号:
<html><head><title>Stock Tracker Version 1.0</title><style type="text/css">body { font-family: verdana; font-size: medium;}span.red { color:red;}span.green { color:green;}a {color:blue;}a:hover {color:blue;}a:visited {color:blue;}a:active {color:blue;}div.login { width:250px; margin:auto; border: 1px solid; padding: 10px;}</style><script language="JavaScript">function popWindow(url, name, atts) { window.open(url, name, atts);}</script></head><body bgcolor="<?= $body_bgcolor; ?>"><?php/* Open the connection to the database, this handle should be availablethroughout the page execution and is closed in the footer. */$conn = getConn();?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -