TITLEDYNAMIC : AADHAVAN
This commit is contained in:
parent
ae9e8fac90
commit
21ebc37a38
@ -3,7 +3,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Project-B</title>
|
||||
<!-- <title>Project-B</title> -->
|
||||
<title id="dynamicTitle"></title>
|
||||
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@ -717,6 +719,17 @@ try {
|
||||
</script>
|
||||
<!-- End In Preview Image Alignment is Correct -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Start this is Add TItle Dynamic -->
|
||||
<script>
|
||||
var dynamicTitleValue = configObject.TITLE;
|
||||
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
||||
</script>
|
||||
<!-- End this is Add TItle Dynamic -->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
10
addform.html
10
addform.html
@ -4,7 +4,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Project-</title>
|
||||
<!-- <title>Project-</title> -->
|
||||
<title id="dynamicTitle"></title>
|
||||
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@ -5371,6 +5373,12 @@ setInterval(addSerialNotoLocalStorage, 1000)
|
||||
<!-- End Add All Serial Number is null -->
|
||||
|
||||
|
||||
<!-- Start this is Add TItle Dynamic -->
|
||||
<script>
|
||||
var dynamicTitleValue = configObject.TITLE;
|
||||
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
||||
</script>
|
||||
<!-- End this is Add TItle Dynamic -->
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Project-B</title>
|
||||
<title id="dynamicTitle"></title>
|
||||
<!-- <title>Project-B</title> -->
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@ -644,5 +645,16 @@ function copyFile(sourceFilePath, destinationFilePath) {
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Start this is Add TItle Dynamic -->
|
||||
<script>
|
||||
var dynamicTitleValue = configObject.TITLE;
|
||||
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
||||
</script>
|
||||
<!-- End this is Add TItle Dynamic -->
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user