$input."?".md5_file($file_path);
<link href="/css/style.css?324235423" rel="stylesheet">
li {
display: inline-block;
position: relative;
}
li::before {
display: inline-block;
border: 9px double white;
width: 8px;
height: 8px;
background: black;
border-radius: 40px;
content: "";
top: 0;
left: 0;
}}
li::after{
display: inline-block;
border: 1px dotted black;
width: 0px;
height: calc(100% - 20px);
content: "";
bottom: 0;
left: 0;
}}